
report at bugs
Jun 23, 2012, 9:59 AM
Post #1 of 2
(36 views)
Permalink
|
|
[issue13263] Group some os functions in submodules
|
|
Ezio Melotti <ezio.melotti [at] gmail> 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> <http://bugs.python.org/issue13263> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
|