R. David Murray added the comment:

Personally I prefer to have the test case create the file(s) used in the test 
dynamically, writing them to the temporary working directory.  Since these are 
Python modules, you could use the helpers from script_helpers for this.

Otherwise I think your patch is OK.  I don't think we have a doc convention for 
"unfortunate implementation detail" :(  We have in the past put notes in the 
doc that say "this may change in the future", though that is usually about 
desired enhancements.  But perhaps it could apply here as well.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue14649>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to