|
Size: 398
Comment:
|
Size: 725
Comment:
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 1: | Line 1: |
| Resources for Python 3000 | == Resources for Python 3000 == |
| Line 3: | Line 3: |
| Guido's blog: http://www.artima.com/weblogs/index.jsp?blogger=guido | * GoogleSprint (Aug 22-25, Mountain View & Chicago) * python-3000 mailing list: http://mail.python.org/mailman/listinfo/python-3000 * Guido's blog: http://www.artima.com/weblogs/index.jsp?blogger=guido * PEP 3000: http://python.org/dev/peps/pep-3000/ * List of regressions that the test suite doesn't cover: Py3kRegressions * List of tests failing in the py3k branch: Py3kStrUniTests * Py3k to-do list: Py3kToDo * How to write future-proof code today: FutureProofPython * str/unicode => bytes/str migration: BytesStr * Reference manuals: http://docs.python.org/dev/3.0/ |
| Line 5: | Line 14: |
| PEP 3000: http://python.org/dev/peps/pep-3000/ | == Branches in subversion == |
| Line 7: | Line 16: |
| Branches in subversion: * svn+ssh://pythondev@svn.python.org/python/branches/p3yk * svn+ssh://pythondev@svn.python.org/python/branches/py3k-struni List of tests failing in the py3k-struni branch: Py3kStrUniTests ---- CategoryLanguage |
* [http://svn.python.org/view/python/branches/py3k/] |
Resources for Python 3000
GoogleSprint (Aug 22-25, Mountain View & Chicago)
python-3000 mailing list: http://mail.python.org/mailman/listinfo/python-3000
Guido's blog: http://www.artima.com/weblogs/index.jsp?blogger=guido
PEP 3000: http://python.org/dev/peps/pep-3000/
List of regressions that the test suite doesn't cover: Py3kRegressions
List of tests failing in the py3k branch: Py3kStrUniTests
Py3k to-do list: Py3kToDo
How to write future-proof code today: FutureProofPython
str/unicode => bytes/str migration: BytesStr
Reference manuals: http://docs.python.org/dev/3.0/
