This commit is contained in:
Richard Oudkerk 2013-02-13 15:25:21 +00:00
commit f0bf84c84b
1 changed files with 2 additions and 0 deletions

View File

@ -253,6 +253,8 @@ Core and Builtins
Library
-------
- Issue #16743: Fix mmap overflow check on 32 bit Windows.
- Issue #16996: webbrowser module now uses shutil.which() to find a
web-browser on the executable search path.