diff options
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -303,6 +303,10 @@ Extension modules Library ------- +- Bug #926075: Fixed a bug that returns a wrong pattern object + for a string or unicode object in sre.compile() when a different + type pattern with the same value exists. + - Added countcallers arg to trace.Trace class (--trackcalls command line arg when run from the command prompt). |