[New-bugs-announce] [issue18602] "_io" module names itself "io"

Antoine Pitrou report at bugs.python.org
Tue Jul 30 21:57:47 CEST 2013


New submission from Antoine Pitrou:

In Modules/_io/_iomodule.c, the name field of the module struct is initialized to "io" rather than "_io". The change should intuitively be harmless, but perhaps there's a reason why it is like that?

----------
components: Library (Lib)
messages: 193953
nosy: pitrou
priority: low
severity: normal
status: open
title: "_io" module names itself "io"
type: behavior
versions: Python 3.4

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue18602>
_______________________________________


More information about the New-bugs-announce mailing list