jenisys / parse_type

parse_type extends the parse module (opposite of string.format())

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Beat test suite to submission

mcepl opened this issue · comments

This is necessary to beat tests to submission with Python 3.7.
python3-fixes.patch

You normally provide a pull-request for that (instead of patch-files).
But why do think that your changes are necessary ?

NOTE: parse_type should work with official parse module as well with the bundled copy of the parse module (since a few version of the parse module).

HINT: And your import unittest part will not get accepted (as long as python2.6 is supported).
REASON: Works for me with my python version and platform is not acceptable;
works on any platform w/ any python version is acceptable.

For the attachment I am slightly sorry, but I am a maintainer of the Python universe in openSUSE. If I have clone of all packages we maintain, I would go crazy.

Ah, so it is not broken relative import, but you mean to use external library. Sorry, I misunderstood.

Yes, support for Python 2.6. OK.