summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2005-06-26 21:09:38 (GMT)
committerGeorg Brandl <georg@python.org>2005-06-26 21:09:38 (GMT)
commit379f99dbc34db20d62e77175003a25a6ec22885b (patch)
tree9fed19b525c259352800d0182ed7eccd2dec669a /Misc/NEWS
parent03a33ea3a85f9f2ed158f678295b7605f2f9721a (diff)
downloadcpython-379f99dbc34db20d62e77175003a25a6ec22885b.zip
cpython-379f99dbc34db20d62e77175003a25a6ec22885b.tar.gz
cpython-379f99dbc34db20d62e77175003a25a6ec22885b.tar.bz2
Add NEWS entries for bugs closed at Bug Day.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS12
1 files changed, 12 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 5df8246..87eabd4 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -147,6 +147,8 @@ Extension Modules
Library
-------
+- Bug #1108948: Cookie.py produced invalid JavaScript code.
+
- The tokenize module now detects and reports indentation errors.
Bug #1224621.
@@ -370,6 +372,14 @@ Tests
Documentation
-------------
+- Patch #1180012: The documentation for modulefinder is now in the library reference.
+
+- Patch #1213031: Document that os.chown() accepts argument values of -1.
+
+- Bug #1190563: Document os.waitpid() return value with WNOHANG flag.
+
+- Bug #1175022: Correct the example code for property().
+
- Document the IterableUserDict class in the UserDict module.
Closes bug #1166582.
@@ -385,6 +395,8 @@ Mac
Tools/Demos
-----------
+- Bug #1072853: pindent.py used an uninitialized variable.
+
- Patch #1177597: Correct Complex.__init__.