Differences between revisions 3 and 13 (spanning 10 versions)
Revision 3 as of 2007-07-10 20:51:10
Size: 409
Editor: 216
Comment:
Revision 13 as of 2007-08-12 03:35:12
Size: 1142
Editor: 72
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
  * python-3000 mailing list: http://mail.python.org/mailman/listinfo/python-3000
Line 5: Line 6:
  * List of tests failing in the py3k-struni branch: Py3kStrUniTests   * 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 9: Line 15:
  * [http://svn.python.org/view/python/branches/p3yk/]
  * [http://svn.python.org/view/python/branches/py3k-struni/]
  * [http://svn.python.org/view/python/branches/py3k/]
  * [http://svn.python.org/view/python/branches/py3k-buffer/]
Line 12: Line 18:
----
CategoryLanguage
'''NOTE:''' we've switched to a new branch. The old py3k-struni branch is dead, and so is the misnamed p3yk branch. If you have either one checked out, ''don't update'', but issue this command (slightly different if you have an anonymous checkout):
{{{
svn switch svn+ssh://pythondev@svn.python.org/python/branches/py3k
}}}
'''Don't check anything in to the obsolete p3yk or py3k-struni branches!'''

Resources for Python 3000

Branches in subversion

NOTE: we've switched to a new branch. The old py3k-struni branch is dead, and so is the misnamed p3yk branch. If you have either one checked out, don't update, but issue this command (slightly different if you have an anonymous checkout):

svn switch svn+ssh://pythondev@svn.python.org/python/branches/py3k

Don't check anything in to the obsolete p3yk or py3k-struni branches!

Python3000 (last edited 2019-10-26 23:51:11 by FrancesHocutt)

Unable to edit the page? See the FrontPage for instructions.