summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2007-11-28 08:28:28 (GMT)
committerChristian Heimes <christian@cheimes.de>2007-11-28 08:28:28 (GMT)
commitc9543e42330e5f339d6419eba6a8c5a61a39aeca (patch)
treeee3c677e808d015b6c142e1cca28337e08839818 /Misc
parentceee0773d262bfe876e40da927b03279ed9f8419 (diff)
downloadcpython-c9543e42330e5f339d6419eba6a8c5a61a39aeca.zip
cpython-c9543e42330e5f339d6419eba6a8c5a61a39aeca.tar.gz
cpython-c9543e42330e5f339d6419eba6a8c5a61a39aeca.tar.bz2
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 83ce320..0fb28ad 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?
==========================