[issue40814] Update typing module documentation based on PEP 585

2020-05-29 Thread Matúš Valo
New submission from Matúš Valo : In documentation of typing module there is no mention of new possibilities based on PEP 585. Moreover, should be old constructs like List, Dict,... marked as deprecated? -- assignee: docs@python components: Documentation messages: 370306 nosy: Matúš

[issue9584] fnmatch, glob: Allow curly brace expansion

2019-02-10 Thread Matúš Valo
Matúš Valo added the comment: Hi All, this is a humble ping. -- ___ Python tracker <https://bugs.python.org/issue9584> ___ ___ Python-bugs-list mailin

[issue9584] fnmatch, glob: Allow curly brace expansion

2018-03-28 Thread Matúš Valo
Matúš Valo added the comment: Hi All, I have created new patch for handling curly brace expansion. The patch is available on Github PR #6299 -- nosy: +Matúš Valo ___ Python tracker <https://bugs.python.org/issue9

[issue9584] fnmatch, glob: Allow curly brace expansion

2018-03-28 Thread Matúš Valo
Change by Matúš Valo : -- pull_requests: +6020 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue9584> ___ ___ Python-bugs-list mai

[issue32287] Import of _pyio module failed on cygwin

2017-12-12 Thread Matúš Valo
Matúš Valo added the comment: I am using not using _pyio module directly but I am using cherrypy server which is using this module (more precisely its component cheroot): https://github.com/cherrypy/cheroot/blob/86c6b246ec7cb704c6f96123556db1a083301634/cheroot/makefile.py#L5 Regarding

[issue32287] Import of _pyio module failed on cygwin

2017-12-12 Thread Matúš valo
Matúš valo added the comment: Previous import is working in python 2.7: $ python Python 2.7.14 (default, Oct 31 2017, 21:12:13) [GCC 6.4.0] on cygwin Type "help", "copyright", "credits" or "license"

[issue32287] Import of _pyio module failed on cygwin

2017-12-12 Thread Matúš valo
New submission from Matúš valo : When trying to impor _pyio from python3 in Cygwin, import fails with exception: $ python3 Python 3.6.3 (default, Oct 31 2017, 19:00:36) [GCC 6.4.0] on cygwin Type "help", "copyright", "credits" or "license" for more infor