diff options
author | Georg Brandl <georg@python.org> | 2006-01-13 16:59:46 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2006-01-13 16:59:46 (GMT) |
commit | 4edd989eaf5bae40f9e11424b36b22892c5ba459 (patch) | |
tree | 02285d5f9d5e48ad342b4a695d1e8691ee5998b3 /Misc | |
parent | a28ad77844d7db11ed4c3b89c61b83cc4c02848a (diff) | |
download | cpython-4edd989eaf5bae40f9e11424b36b22892c5ba459.zip cpython-4edd989eaf5bae40f9e11424b36b22892c5ba459.tar.gz cpython-4edd989eaf5bae40f9e11424b36b22892c5ba459.tar.bz2 |
Bug #1403410: The warnings module now doesn't get confused
when it can't find out the module name it generates a warning for.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -335,6 +335,9 @@ Extension Modules Library ------- +- Bug #1403410: The warnings module now doesn't get confused + when it can't find out the module name it generates a warning for. + - Patch #1177307: Added a new codec utf_8_sig for UTF-8 with a BOM signature. - Patch #1157027: cookielib mishandles RFC 2109 cookies in Netscape mode |