[Python-Dev] iso8601 parsing (original) (raw)
Mike Miller python-dev at mgmiller.net
Wed Nov 29 19:36:07 EST 2017
- Previous message (by thread): [Python-Dev] iso8601 parsing
- Next message (by thread): [Python-Dev] Regular expressions: splitting on zero-width patterns
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Yeah! I'm available for writing docs and testing it if needed.
Performance is not a big concern in this first version, unless you've already written most of it. If it is a concern for others then the third-party modules will still be available as well.
-Mike
On 2017-11-29 16:19, Paul G wrote:
I can write at least a pure Python implementation in the next few days, if not a full C implementation. Shouldn't be too hard since I've got a few different Cython implementations sitting around anyway.
- Previous message (by thread): [Python-Dev] iso8601 parsing
- Next message (by thread): [Python-Dev] Regular expressions: splitting on zero-width patterns
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]