[issue13263] Group some os functions in submodules

Ezio Melotti report at bugs.python.org
Sat Jun 23 18:59:13 CEST 2012


Ezio Melotti <ezio.melotti at gmail.com> added the comment:

FWIW we have 12 functions less since 3.3.0a0 (probably after #14626):

Python 3.3.0a4+ (default:8dd2f5754b2f, Jun 23 2012, 16:50:40) 
>>> import os; len(dir(os))
320

----------

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


More information about the Python-bugs-list mailing list