1.6.2
1.6.2
- FIX: Fix pattern compile issues on Python < 2.7.4.
- FIX: Don't use
\d
in UnicodeRe
patterns as they will contain characters outside the range of[0-9]
.
\d
in Unicode Re
patterns as they will contain characters outside the range of [0-9]
.