diff options
author | Christian Heimes <christian@cheimes.de> | 2007-11-28 08:28:28 +0000 |
---|---|---|
committer | Christian Heimes <christian@cheimes.de> | 2007-11-28 08:28:28 +0000 |
commit | b53921d1bbca4ef5f76ea7ef97d1aae918b9879c (patch) | |
tree | 0123e077fda545d98205011e92641186146975f3 /Misc | |
parent | 366cf4dd7901074414de79d4b7303308adb61afe (diff) | |
download | cpython-b53921d1bbca4ef5f76ea7ef97d1aae918b9879c.tar.gz |
Removed the new module
Removed a lot of types from the 'types' module that are available through builtins.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -67,6 +67,10 @@ Library - The methods `os.tmpnam()`, `os.tempnam()` and `os.tmpfile()` have been removed in favor of the tempfile module. +- Removed the 'new' module. + +- Removed all types from the 'types' module that are easily accessable through + builtins. What's New in Python 3.0a1? ========================== |