summaryrefslogtreecommitdiff
path: root/Misc
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2007-11-28 08:28:28 +0000
committerChristian Heimes <christian@cheimes.de>2007-11-28 08:28:28 +0000
commitb53921d1bbca4ef5f76ea7ef97d1aae918b9879c (patch)
tree0123e077fda545d98205011e92641186146975f3 /Misc
parent366cf4dd7901074414de79d4b7303308adb61afe (diff)
downloadcpython-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/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 83ce320c4a..0fb28ad84c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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?
==========================