diff options
author | Brett Cannon <bcannon@gmail.com> | 2008-07-11 00:12:52 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2008-07-11 00:12:52 (GMT) |
commit | 97aa1aeebd3dde08672b64026cdf2c5a610e7c0b (patch) | |
tree | 7d77cec0c6cf402dd0b7a38df4059a0bec10a55d /Misc | |
parent | ea40c587d82b9d975108110151ca901d26fffa7b (diff) | |
download | cpython-97aa1aeebd3dde08672b64026cdf2c5a610e7c0b.zip cpython-97aa1aeebd3dde08672b64026cdf2c5a610e7c0b.tar.gz cpython-97aa1aeebd3dde08672b64026cdf2c5a610e7c0b.tar.bz2 |
Document the fact that urllib2 spans multiple modules with new names in Python
3.0.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -87,6 +87,16 @@ Build - Issue #3215: Build sqlite3 as sqlite3.dll, not sqlite3.pyd. +Documentation +------------- + +- Document that urllib2 is split across multiple modules and renamed in + Python 3.0. + +- Document that urllib is split across multiple modules and renamed in + Python 3.0. + + What's New in Python 2.6 beta 1? ================================ |