[issue9822] windows batch files are dependent on cmd current directory

sorin report at bugs.python.org
Fri Sep 10 14:46:55 CEST 2010


sorin <sorin.sbarnea at gmail.com> added the comment:

In this case I made the patch on the right branch (py3k).

These scripts could be called manually and it doesn't make any sense not to make them work in all cases.

Not every Windows developer is using Visual Studio to build things, 'some' of them are using the command line, and in this case it does make a sense to be able to call this scripts without these 'strange' limitations.

Implementing this would simplify dev setup/usage on Windows. Also I updated the PCbuild/readme.txt file.

----------
Added file: http://bugs.python.org/file18829/readme.txt.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9822>
_______________________________________


More information about the Python-bugs-list mailing list