diff options
author | Guido van Rossum <guido@python.org> | 2016-10-13 18:17:27 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2016-10-13 18:17:27 (GMT) |
commit | b1a751b5c25b1969430197a6f5a58f49c1947eff (patch) | |
tree | af596bcfe6cb16879fc034a638b2b0c758e22751 /Misc/NEWS | |
parent | 10e54aeaa234f2806b367c66e3fb4ac6568b39f6 (diff) | |
download | cpython-b1a751b5c25b1969430197a6f5a58f49c1947eff.zip cpython-b1a751b5c25b1969430197a6f5a58f49c1947eff.tar.gz cpython-b1a751b5c25b1969430197a6f5a58f49c1947eff.tar.bz2 |
Issue #24452: Make webbrowser support Chrome on Mac OS X.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -107,6 +107,8 @@ Core and Builtins Library ------- +- Issue #24452: Make webbrowser support Chrome on Mac OS X. + - Issue #20766: Fix references leaked by pdb in the handling of SIGINT handlers. |