summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2007-04-24 15:27:13 (GMT)
committerGeorg Brandl <georg@python.org>2007-04-24 15:27:13 (GMT)
commitfb4b3b77c713da09893cbc9ca525b78d0f1cb73e (patch)
tree757c274935d7ec408d994aba84eaac5e2e65c632 /Misc
parent18afb37845ddf22f64d8b8775b8a18c0489b63ca (diff)
downloadcpython-fb4b3b77c713da09893cbc9ca525b78d0f1cb73e.zip
cpython-fb4b3b77c713da09893cbc9ca525b78d0f1cb73e.tar.gz
cpython-fb4b3b77c713da09893cbc9ca525b78d0f1cb73e.tar.bz2
Bug #1706381: Specifying the SWIG option "-c++" in the setup.py file
(as opposed to the command line) will now write file names ending in ".cpp" too.
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 0fdf4a1..96d427c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -209,6 +209,10 @@ Core and builtins
Library
-------
+- Bug #1706381: Specifying the SWIG option "-c++" in the setup.py file
+ (as opposed to the command line) will now write file names ending in
+ ".cpp" too.
+
- As specified in RFC 2616, an HTTP response like 2xx indicates that
the client's request was successfully received, understood, and accepted.
Now in these cases no error is raised in urllib2.