Message74032
As Steven Bethard proposed, here is a new version of my getcwd()
patch: instead of adding a keyword argument "bytes", I created a
function getcwdb():
* os.getcwd() -> unicode
* os.getcwdb() -> bytes
In Python2 it was:
* os.getcwd() -> str (bytes)
* os.getcwdu() -> unicode |
|
Date |
User |
Action |
Args |
2008-09-29 15:58:47 | vstinner | set | recipients:
+ vstinner, gvanrossum, loewis, amaury.forgeotdarc, pitrou, draghuram, benjamin.peterson, HWJ, dlitz, zegreek |
2008-09-29 15:58:47 | vstinner | set | messageid: <1222703927.19.0.937700670812.issue3187@psf.upfronthosting.co.za> |
2008-09-29 15:58:46 | vstinner | link | issue3187 messages |
2008-09-29 15:58:45 | vstinner | create | |
|