[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úš Valo, docs@python, gvanrossum, levkivskyi
priority: normal
severity: normal
status: open
title: Update typing module documentation based on PEP 585
type: behavior
versions: Python 3.10, Python 3.9

___
Python tracker 
<https://bugs.python.org/issue40814>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue9584] fnmatch, glob: Allow curly brace expansion

2018-03-29 Thread Matúš Valo

Matúš Valo <matusv...@gmail.com> 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 <rep...@bugs.python.org>
<https://bugs.python.org/issue9584>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue9584] fnmatch, glob: Allow curly brace expansion

2018-03-28 Thread Matúš Valo

Change by Matúš Valo <matusv...@gmail.com>:


--
pull_requests: +6020
stage:  -> patch review

___
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue9584>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue32287] Import of _pyio module failed on cygwin

2017-12-12 Thread Matúš Valo

Matúš Valo <matusv...@gmail.com> 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 installation of cygwin environment, I can check it in other machine.

--

___
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue32287>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue32287] Import of _pyio module failed on cygwin

2017-12-12 Thread Matúš valo

Matúš valo <matusv...@gmail.com> 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" for more information.
>>> import _pyio
>>>

--

___
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue32287>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue32287] Import of _pyio module failed on cygwin

2017-12-12 Thread Matúš valo

New submission from Matúš valo <matusv...@gmail.com>:

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 information.
>>> import _pyio
Traceback (most recent call last):
  File "", line 1, in 
  File "/usr/lib/python3.6/_pyio.py", line 17, in 
from msvcrt import setmode as _setmode
ModuleNotFoundError: No module named 'msvcrt'

This issue is breaking cherrypy server (cheroot component):
https://github.com/cherrypy/cheroot/blob/86c6b246ec7cb704c6f96123556db1a083301634/cheroot/makefile.py#L5

--
components: IO, Library (Lib)
messages: 308115
nosy: Matúš valo
priority: normal
severity: normal
status: open
title: Import of _pyio module failed on cygwin
type: crash
versions: Python 3.6

___
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue32287>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com