[issue1043134] mimetypes.guess_extension('text/plain') == '.ksh' ???

2010-11-21 Thread Rafael dos Santos Gonçalves
Rafael dos Santos Gonçalves added the comment: ksh is a text/plain to, all this extension are text/plain: '.ksh', '.pl', '.bat', '.h', '.c', '.txt', '.asc', '.text', '.pot', '.brf'. The problem i

[issue7325] tempfile.mkdtemp() does not return absolute pathname when relative dir is specified

2010-11-21 Thread Rafael dos Santos Gonçalves
Rafael dos Santos Gonçalves added the comment: You is right, i put this command on test and not the test. thankss -- Added file: http://bugs.python.org/file19737/issue7325.diff ___ Python tracker <http://bugs.python.org/issue7

[issue7325] tempfile.mkdtemp() does not return absolute pathname when relative dir is specified

2010-11-21 Thread Rafael dos Santos Gonçalves
Changes by Rafael dos Santos Gonçalves : Removed file: http://bugs.python.org/file19699/issue7325.diff ___ Python tracker <http://bugs.python.org/issue7325> ___ ___ Pytho

[issue7325] tempfile.mkdtemp() does not return absolute pathname when relative dir is specified

2010-11-20 Thread Rafael dos Santos Gonçalves
Rafael dos Santos Gonçalves added the comment: Hi people, I insert a simple code in tempfile.py, that verify if the return starts with ./, and concatenate using the abspath function. I changed the variable name file to temp_dir_abspath, because file is a built-in function and it'