Todd Levi

Results 2 issues of Todd Levi

I have a parse string of ``` parse = (?P\d+)\.(?P\d+)\.(?P\d+)([-.]dev(?P\d+))? ``` that serializes as ``` serialize = {major}.{minor}.{patch}.dev{build} {major}.{minor}.{patch} ``` The build part is defined as ``` [bumpversion:part:build] first_value =...

question
more-details-requested

* **uvloop version**: 0.14.0 * **Python version**: 3.6 and 3.7 * **Platform**: Linux (CentOS 7 * **Can you reproduce the bug with `PYTHONASYNCIODEBUG` in env?**: N/A * **Does uvloop behave...