The whitespace after commas has been enforced (for Python 3.x).
This was done with the python 2.x to 3.x script with the command: 2to3 -w -f ws_comma relax .
The change is in preparation for Python 3.0, and relax still works with Python versions 2.4, 2.5, and 2.6. All commas now have whitespace after them.
The docs/2to3_checklist file has also been updated with all the 2to3 changes.
Authored by: bugman 2009-09-03
Parent: [r9436]
Child: [r9438]