Éric Araujo <mer...@netwok.org> added the comment:

os._getdiskusage is an internal helper for shutil.getdiskusage on Windows, 
which does return a named tuple.  The private C function can continue returning 
a tuple IMO.

+1 on changing uname for 3.3!  No opinion on times; I don’t use it and don’t 
understand the member names anyway :)

----------
nosy: +eric.araujo
title: uname &c should return a struct sequence instead of a tuple -> uname and 
other os functions should return a struct sequence instead of a tuple
versions: +Python 3.3, Python 3.4

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue15118>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to