diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2015-05-03 12:35:14 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2015-05-03 12:35:14 (GMT) |
commit | b9c04db64fd0315a30c4360d7ad33b975d5fbfc1 (patch) | |
tree | 6808962bfec78dbf717d903a2893984b3988e3dd /Misc | |
parent | 122f4b1bda8262ace6aa021935e8c605a17c3748 (diff) | |
download | cpython-b9c04db64fd0315a30c4360d7ad33b975d5fbfc1.zip cpython-b9c04db64fd0315a30c4360d7ad33b975d5fbfc1.tar.gz cpython-b9c04db64fd0315a30c4360d7ad33b975d5fbfc1.tar.bz2 |
Issue #23330: h2py now supports arbitrary filenames in #include.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -254,8 +254,11 @@ Documentation Tools/Demos ----------- +- Issue #23330: h2py now supports arbitrary filenames in #include. + - Issue #24031: make patchcheck now supports git checkouts, too. + What's New in Python 3.4.3? =========================== |