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
[email protected]
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


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.

 

___
Python-Dev mailing list
[email protected]
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


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 testing, my guess is that it is the pip
uninstallation which fails, due to python.exe not being there anymore.

If you want to diagnose this further, run the installer with

msiexec /i python-3.4.1.msi /l*v python.log

Either study the log file yourself, or post it to bugs.python.org.

Regards,
Martin

___
Python-Dev mailing list
[email protected]
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


[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, rebased on current hg tip
  
* http://bugs.python.org/issue20177 (Derby #8: Convert 28 sites to
  Argument Clinic across 2 files)

  I only wrote the patch for one file because I'd like to have feedback
  before tackling the second. However, the patches are independent so
  unless there are other problems this is ready for commit.
  
* http://bugs.python.org/issue15955 (gzip, bz2, lzma: add option to
  limit output size)
  
* http://bugs.python.org/issue20578 (BufferedIOBase.readinto1 is
  missing)

  
Best,
Nikolaus


-- 
GPG encrypted emails preferred. Key id: 0xD113FCAC3C4E599F
Fingerprint: ED31 791B 2C5C 1613 AF38 8B8A D113 FCAC 3C4E 599F

 »Time flies like an arrow, fruit flies like a Banana.«
___
Python-Dev mailing list
[email protected]
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com