Hello,
While my last appeal resulted in quite some commits (thanks!), I still
have some more commit-ready patches waiting for review. It'd be great
if some people could find time to take a look:
* http://bugs.python.org/issue1738 (filecmp.dircmp does exact match
only)
Reviewed patch, reba
Am 24.05.14 12:15, schrieb Herbert Griebel:
> Found the issue. To reproduce the problem install Python 3.4.0, then
> rename the install folder (e.g. C:\Python34 to C:\Python34x) and install
> Python 3.4.1.
Please understand that installation of 3.4.1 attempts uninstallation of
3.4 first. Without t
Found the issue. To reproduce the problem install Python 3.4.0, then rename the install
folder (e.g. C:\Python34 to C:\Python34x) and install Python 3.4.1.
___
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python
Installation of 3.4.1 failed on my machine: dialog pops up with "A program required for this install to complete could not be run."
Downloaded from https://www.python.org/ftp/python/3.4.1/python-3.4.1.msi
MD5 correct. I have no log file to see what's missing.
__