diff options
author | Georg Brandl <georg@python.org> | 2009-09-04 06:59:20 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2009-09-04 06:59:20 (GMT) |
commit | 2e1308f520be34d1d1ca2a979a6dc9830e189137 (patch) | |
tree | 277644c5b53a13c6617aa478b72322983f151a53 /Misc | |
parent | e7e941e7f7a47be54198be79d2280ab3025e5ff1 (diff) | |
download | cpython-2e1308f520be34d1d1ca2a979a6dc9830e189137.zip cpython-2e1308f520be34d1d1ca2a979a6dc9830e189137.tar.gz cpython-2e1308f520be34d1d1ca2a979a6dc9830e189137.tar.bz2 |
Issue #2666: Handle BROWSER environment variable properly for unknown browser names in the webbrowser module.
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 #2666: Handle BROWSER environment variable properly for unknown browser + names in the webbrowser module. + - Issue #6054: Do not normalize stored pathnames in tarfile. - Issue #6794: Fix Decimal.compare_total and Decimal.compare_total_mag: NaN |