Michael Dorman added the comment:
move_test_support.patch didn't break tests under Windows x64
--
nosy: +mjdorma
___
Python tracker
<http://bugs.python.org/is
New submission from Michael Dorman:
Perl64 installs into C:\perl64\bin
Can we include this path in the search list?
--
components: Build
files: build_ssl_with_perl64.patch
keywords: patch
messages: 192615
nosy: brian.curtin, mjdorma
priority: normal
severity: normal
status: open
title
Changes by Michael Dorman :
--
nosy: +mjdorma
___
Python tracker
<http://bugs.python.org/issue15436>
___
___
Python-bugs-list mailing list
Unsubscribe:
Michael Dorman added the comment:
Patch (p12890-2.diff) successfully tested on Windows 7 64. No regressions.
--
nosy: +mjdorma
___
Python tracker
<http://bugs.python.org/issue12
Changes by Michael Dorman :
--
nosy: +ncoghlan
___
Python tracker
<http://bugs.python.org/issue8943>
___
___
Python-bugs-list mailing list
Unsubscribe:
Michael Dorman added the comment:
I'd suggest this is an issue in the doc for the InteractiveInterpreter class.
Try locals=global() and your problem goes away. (namespace == __main__)...
--
keywords: +patch
nosy: +mjdorma
Added file: http://bugs.python.org/file26917/issue8943