diff options
author | Georg Brandl <georg@python.org> | 2009-09-04 08:17:04 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2009-09-04 08:17:04 (GMT) |
commit | d22b9519d120d3a6a678f516c1ee020601c3ac3a (patch) | |
tree | b2b27c9b913694f3c5caf8ee407e7fc07275951c /Misc | |
parent | fe18a11858d73189fee6e1677111471ba2437848 (diff) | |
download | cpython-d22b9519d120d3a6a678f516c1ee020601c3ac3a.zip cpython-d22b9519d120d3a6a678f516c1ee020601c3ac3a.tar.gz cpython-d22b9519d120d3a6a678f516c1ee020601c3ac3a.tar.bz2 |
Issue #5275: In Cookie's Cookie.load(), properly handle non-string arguments as documented.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -364,6 +364,9 @@ Core and Builtins Library ------- +- Issue #5275: In Cookie's Cookie.load(), properly handle non-string arguments + as documented. + - Issue #2666: Handle BROWSER environment variable properly for unknown browser names in the webbrowser module. |