[issue2142] difflib.unified_diff(...) produces invalid patches

2021-01-01 Thread Paul "TBBle" Hampson
Paul "TBBle" Hampson added the comment: I just bounced off this issue and proposed a work-around for it in Black (https://github.com/psf/black/pull/1897). Since it wasn't mentioned here earlier, the `\` marker _is_ documented in the GNU Diffutils documentation, under &q

[issue29844] Windows Python installers not installing DLL to System32/SysWOW64

2017-03-18 Thread Paul "TBBle" Hampson
Paul "TBBle" Hampson added the comment: If this is just a documentation fix, then there's two places that need it: * https://github.com/python/cpython/blob/master/Tools/msi/README.txt contains the text I quoted in the original report. * Some kind of release note (https://do

[issue29844] Windows Python installers not installing DLL to System32/SysWOW64

2017-03-18 Thread Paul "TBBle" Hampson
Changes by Paul "TBBle" Hampson : -- components: +Installation type: -> behavior ___ Python tracker <http://bugs.python.org/issue29844> ___ ___ Pytho

[issue29844] Windows Python installers not installing DLL to System32/SysWOW64

2017-03-18 Thread Paul &quot;TBBle&quot; Hampson
New submission from Paul "TBBle" Hampson: As noted in https://github.com/python/cpython/tree/master/Tools/msi === When installed for all users, the following files are installed to either "%SystemRoot%\System32" or "%SystemRoot%\SysWOW64" as appropriate. For the cu

[issue18125] Out-of-tree build cannot regenerate Makefile.pre

2013-06-03 Thread Paul &quot;TBBle&quot; Hampson
Paul "TBBle" Hampson added the comment: Forgot to mention, this is the only occurrence of a *.in file in Makefile.pre.in that isn't prefixed with $(srcdir)/ -- ___ Python tracker <http://bugs.pyt

[issue18125] Out-of-tree build cannot regenerate Makefile.pre

2013-06-03 Thread Paul &quot;TBBle&quot; Hampson
Changes by Paul "TBBle" Hampson : -- type: -> compile error ___ Python tracker <http://bugs.python.org/issue18125> ___ ___ Python-bugs-list maili

[issue18125] Out-of-tree build cannot regenerate Makefile.pre

2013-06-03 Thread Paul &quot;TBBle&quot; Hampson
New submission from Paul "TBBle" Hampson: Noticed in Python 2.7 but a quick look in the repository suggests this is also true in Python 3 releases. The Makefile rule for Makefile.pre in Makefile.pre.in is: # Build the toplevel Makefile Makefile.pre: Makefile.pre.in con

[issue3741] DISTUTILS_USE_SDK set causes msvc9compiler.py to raise an exception

2008-08-31 Thread Paul &quot;TBBle&quot; Hampson
Paul "TBBle" Hampson <[EMAIL PROTECTED]> added the comment: The line my patch adds was present originally, and lost when msvccompiler.py was duplicated into msvc9compiler.py in revision 59290. http://svn.python.org/view?rev=59290&view=rev __

[issue3741] DISTUTILS_USE_SDK set causes msvc9compiler.py to raise an exception

2008-08-31 Thread Paul &quot;TBBle&quot; Hampson
New submission from Paul "TBBle" Hampson <[EMAIL PROTECTED]>: Basically, if DISTUTILS_USE_SDK is set in the environment and an extension is attempted to be built from within the Windows SDK shell (ie. MSSdk is set in the environment as well), msvc9compiler.py will raise an ex