[Python-ideas] os.listdir default to '.'
Terry Reedy
tjreedy at udel.edu
Thu Jan 12 21:34:12 CET 2012
On 1/12/2012 10:02 AM, Michael Foord wrote:
> How about making '.' a default argument for os.listdir ?
From 3.2 doc: "os.listdir(path='.')"
In general, to find out what is already in future versions, the
development docs (now 3.3a0, but later 3.4a0, etc) are at
http://docs.python.org/dev/
Enhancement issues on the tracker show existing proposals.
--
Terry Jan Reedy
More information about the Python-ideas
mailing list