crdoconnor / xeger

Library to generate random strings from regular expressions.
Other
117 stars 21 forks source link

Python 3.6 support; #8

Closed fghber closed 6 years ago

fghber commented 6 years ago

re shows two new flags in Python 3.6 SubPatterns; the actual sub-pattern is now at value[3].

crdoconnor commented 6 years ago

Thanks! This is now version 0.3.3 on pypi.

fghber commented 6 years ago

My pleasure!