[issue1111] Users' directories information

Maciej Piechorka report at bugs.python.org
Thu Sep 6 13:37:27 CEST 2007


Maciej Piechorka added the comment:

It would allow to write in python more cross platform applications
without writing it by hand and/or using special libraries.
Something like:

import sys
import os
import os.path

# ...
os.mkdir(os.path.join(sys.configdir(), ".myprogram"))
# ...

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1111>
__________________________________


More information about the Python-bugs-list mailing list