summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2004-07-18 23:58:17 (GMT)
committerTim Peters <tim.peters@gmail.com>2004-07-18 23:58:17 (GMT)
commit90ee7eb18eb1d9aecb4798ba06bf324db97b26b5 (patch)
tree23b64b71f0c82b78bd90f580886dc501a6b59d2d /Misc/NEWS
parent9516609b6b1dec51195d1f3f9002f2dad2038e12 (diff)
downloadcpython-90ee7eb18eb1d9aecb4798ba06bf324db97b26b5.zip
cpython-90ee7eb18eb1d9aecb4798ba06bf324db97b26b5.tar.gz
cpython-90ee7eb18eb1d9aecb4798ba06bf324db97b26b5.tar.bz2
Record that FCNTL.py has gone away; remove FCNTL hack in tempfile.py;
another hack remains in test___all__.py, but the problem that one addresses is more general than *just* FCNTL, so leaving it alone.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 003e3d5..cd34d13 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -34,6 +34,11 @@ Extension modules
Library
-------
+- The obsolete FCNTL.py has been deleted. The builtin fcntl module
+ has been available (on platforms that support fcntl) since Python
+ 1.5a3, and all FCNTL.py did is export fcntl's names, after generating
+ a deprecation warning telling you to use fcntl directly.
+
- Several new unicode codecs are added: big5hkscs, euc_jis_2004,
iso2022_jp_2004, shift_jis_2004.