[issue1756] -m broken in trunk

2019-04-08 Thread Giampaolo Rodola'
Giampaolo Rodola' added the comment: Sorry, I accidentally referenced this BPO issue in my commit. -- ___ Python tracker ___ ___ Pyt

[issue1756] -m broken in trunk

2019-04-08 Thread Giampaolo Rodola'
Giampaolo Rodola' added the comment: New changeset 8702b67dad62a9084f6c1823dce10653743667c8 by Giampaolo Rodola in branch 'master': BPO-17561: set create_server backlog default to None (GH-12735) https://github.com/python/cpython/commit/8702b67dad62a9084f6c1823dce10653743667c8 -- no

[issue1756] -m broken in trunk

2008-01-07 Thread Guido van Rossum
Guido van Rossum added the comment: Bah. Environment error. Sorry! -- resolution: -> invalid status: open -> closed __ Tracker <[EMAIL PROTECTED]> __ ___

[issue1756] -m broken in trunk

2008-01-07 Thread Georg Brandl
Georg Brandl added the comment: Seems to work here... -- nosy: +georg.brandl __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing list

[issue1756] -m broken in trunk

2008-01-07 Thread Guido van Rossum
New submission from Guido van Rossum: As of today, the -m option doesn't appear to work any more in the trunk. I get this error: $ ./python -m string Could not import runpy module $ However it seems to be confused: $ ./python -c 'import runpy' $ IOW the module imports just fine. Crys, I won