[Python-Dev] Commit-ready patches in need of review

2014-05-24 Thread Nikolaus Rath
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

Re: [Python-Dev] [RELEASED] Python 3.4.1

2014-05-24 Thread Martin v. Löwis
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

Re: [Python-Dev] [RELEASED] Python 3.4.1

2014-05-24 Thread 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. ___ Python-Dev mailing list Python-Dev@python.org https://mail.python.org/mailman/listinfo/python

Re: [Python-Dev] [RELEASED] Python 3.4.1

2014-05-24 Thread Herbert Griebel
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.   __