diff options
author | Florent Xicluna <florent.xicluna@gmail.com> | 2010-10-14 20:56:20 (GMT) |
---|---|---|
committer | Florent Xicluna <florent.xicluna@gmail.com> | 2010-10-14 20:56:20 (GMT) |
commit | d9f57630fed16bd1e97737f8afc22b5cc6645769 (patch) | |
tree | 8a0a93c0bc7be99d617d4e675e11ccce5ac6e2be /Misc/NEWS | |
parent | d778e568baa0cefaeca379366719877db653b663 (diff) | |
download | cpython-d9f57630fed16bd1e97737f8afc22b5cc6645769.zip cpython-d9f57630fed16bd1e97737f8afc22b5cc6645769.tar.gz cpython-d9f57630fed16bd1e97737f8afc22b5cc6645769.tar.bz2 |
Fix the regex to match all kind of filenames, for interactive debugging in doctests. (issue #9409)
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -21,6 +21,9 @@ Core and Builtins Library ------- +- Issue 9409: Fix the regex to match all kind of filenames, for interactive + debugging in doctests. + - Issue 9183: ``datetime.timezone(datetime.timedelta(0))`` will now return the same instance as ``datetime.timezone.utc``. |