summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2010-10-14 20:56:20 (GMT)
committerFlorent Xicluna <florent.xicluna@gmail.com>2010-10-14 20:56:20 (GMT)
commitd9f57630fed16bd1e97737f8afc22b5cc6645769 (patch)
tree8a0a93c0bc7be99d617d4e675e11ccce5ac6e2be /Misc/NEWS
parentd778e568baa0cefaeca379366719877db653b663 (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index c09e24f..38e68e3 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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``.