projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
a0d416f
a01a144
)
Issue #26475: Fixed debugging output for regular expressions with the (?x) flag.
author
Serhiy Storchaka
<storchaka@gmail.com>
Sun, 6 Mar 2016 07:17:39 +0000
(09:17 +0200)
committer
Serhiy Storchaka
<storchaka@gmail.com>
Sun, 6 Mar 2016 07:17:39 +0000
(09:17 +0200)
1
2
Misc/NEWS
patch
|
diff1
|
diff2
|
blob
|
history
diff --cc
Misc/NEWS
index 4ce8bf6d03218063ae7e46b06e8e9bf5448cebbd,fd9a4d6cdb1263c45f0329649dcfa234b1544aeb..8cae4f40b02abc2d33d57ee8406d2f2524e68b05
---
1
/
Misc/NEWS
---
2
/
Misc/NEWS
+++ b/
Misc/NEWS
@@@
-201,11
-90,10
+201,14
@@@
Core and Builtin
Library
-------
+ - Issue #26475: Fixed debugging output for regular expressions with the (?x)
+ flag.
+
+- Issue #26482: Allowed pickling recursive dequeues.
+
+- Issue #26335: Make mmap.write() return the number of bytes written like
+ other write methods. Patch by Jakub Stasiak.
+
- Issue #26457: Fixed the subnets() methods in IP network classes for the case
when resulting prefix length is equal to maximal prefix length.
Based on patch by Xiang Zhang.