Antoine Pitrou <[email protected]> added the comment: > Then a method that returns some object representing all of the needed info > on the source file is needed, but that does NOT blindly return the stat info
Then it's simpler for the object to be a dict, and backwards compatibility is straightforward (by ignoring absent as well as unknown keys). Patch attached. ---------- Added file: http://bugs.python.org/file24209/impsize2.patch _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue13645> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
