Re: [Python-Dev] [Python-checkins] r86720 - python/branches/py3k/Misc/ACKS

2010-11-26 Thread Nick Coghlan
On Thu, Nov 25, 2010 at 5:25 AM, Terry Reedy wrote: > I know now that I could always edit with IDLE's editor, but it is a lot > easier to right click and select edit than it is to run thru the directory > tree in an open dialog. If you want a decent free text editor on Windows, the open source No

Re: [Python-Dev] Removal of Win32 ANSI API

2010-11-26 Thread Martin v. Löwis
> Is it possible a conversion from bytes (ANSI) to unicode fails on > windows? It should fail sometimes, right? Not for windows-1252, but certainly for shift-jis (you know better than me). It seems that whether MultiByteToWideChar will fail depends on whether MB_ERR_INVALID_CHARS is given or not.

Re: [Python-Dev] [Python-checkins] r86817 - python/branches/py3k-stat-on-windows/Lib/test/test_shutil.py

2010-11-26 Thread Brian Curtin
On Fri, Nov 26, 2010 at 14:18, Hirokazu Yamamoto wrote: > On 2010/11/27 5:02, Brian Curtin wrote: > >> We briefly chatted about this on the os.link >> feature issue, but I never found a way around it. >> > > How about implementing os.path.samefile in > Modules/posixmodule.c like this? > > http://

Re: [Python-Dev] [Python-checkins] r86817 - python/branches/py3k-stat-on-windows/Lib/test/test_shutil.py

2010-11-26 Thread Hirokazu Yamamoto
On 2010/11/27 5:02, Brian Curtin wrote: We briefly chatted about this on the os.link feature issue, but I never found a way around it. How about implementing os.path.samefile in Modules/posixmodule.c like this? http://bugs.python.org/file19262/py3k_fix_kill_python_for_short_path.patch # I hop

Re: [Python-Dev] [Python-checkins] r86817 - python/branches/py3k-stat-on-windows/Lib/test/test_shutil.py

2010-11-26 Thread Brian Curtin
On Fri, Nov 26, 2010 at 13:45, Hirokazu Yamamoto wrote: > On 2010/11/27 3:52, Brian Curtin wrote: > >> On Fri, Nov 26, 2010 at 12:44, hirokazu.yamamoto< >> python-check...@python.org >> >>> wrote: >>> >> >> Author: hirokazu.yamamoto >>> Date: Fri Nov 26 19:44:28 2010 >>> New Revision: 86817 >>>

Re: [Python-Dev] [Python-checkins] r86817 - python/branches/py3k-stat-on-windows/Lib/test/test_shutil.py

2010-11-26 Thread Hirokazu Yamamoto
On 2010/11/27 3:52, Brian Curtin wrote: On Fri, Nov 26, 2010 at 12:44, hirokazu.yamamoto wrote: Author: hirokazu.yamamoto Date: Fri Nov 26 19:44:28 2010 New Revision: 86817 Log: Now can reproduce the error on AMD64 Windows Server 2008 even where os.symlink is not supported. Modified: pyt

Re: [Python-Dev] [Python-checkins] r86817 - python/branches/py3k-stat-on-windows/Lib/test/test_shutil.py

2010-11-26 Thread Brian Curtin
On Fri, Nov 26, 2010 at 12:44, hirokazu.yamamoto wrote: > Author: hirokazu.yamamoto > Date: Fri Nov 26 19:44:28 2010 > New Revision: 86817 > > Log: > Now can reproduce the error on AMD64 Windows Server 2008 > even where os.symlink is not supported. > > > Modified: > python/branches/py3k-stat-on

Re: [Python-Dev] PyPy 1.4 released

2010-11-26 Thread Reid Kleckner
Congratulations! Excellent work. Reid On Fri, Nov 26, 2010 at 1:23 PM, Maciej Fijalkowski wrote: > === > PyPy 1.4: Ouroboros in practice > === > > We're pleased to announce the 1.4 release of PyPy. This is a major > breakthrough > in our

[Python-Dev] PyPy 1.4 released

2010-11-26 Thread Maciej Fijalkowski
=== PyPy 1.4: Ouroboros in practice === We're pleased to announce the 1.4 release of PyPy. This is a major breakthrough in our long journey, as PyPy 1.4 is the first PyPy release that can translate itself faster than CPython. Starting today,

[Python-Dev] Summary of Python tracker Issues

2010-11-26 Thread Python tracker
ACTIVITY SUMMARY (2010-11-19 - 2010-11-26) Python tracker at http://bugs.python.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open2533 (-16) closed 19792 (+98) total 22325 (+82) Open issues wit

Re: [Python-Dev] Removal of Win32 ANSI API

2010-11-26 Thread Hirokazu Yamamoto
On 2010/11/12 1:18, Ulrich Eckhardt wrote: # I recently did it for winsound.PlaySound with MvL's approval Interesting, is there a ticket associate with this? Also, was that on Python 3 or 2? Which commits? Sorry for late posting. Rev 86300 and Issue 6317. _

Re: [Python-Dev] Removal of Win32 ANSI API

2010-11-26 Thread Hirokazu Yamamoto
On 2010/11/14 9:06, Victor Stinner wrote: Yes, but how do you check if the input argument is a bytes or a str object with your PyArg_Parse converter? You should use "O" format and manually convert it to unicode, and then convert the result back to bytes (if the input was bytes). It don't think th

Re: [Python-Dev] [Preview] Comments and change proposals on documentation

2010-11-26 Thread Facundo Batista
On Wed, Nov 24, 2010 at 5:24 PM, Georg Brandl wrote: > at , you can look at a version of the 3.2 > docs that has the upcoming commenting feature.  JavaScript is mandatory. This is awesome!! Thanks for this work, remember to buy you a beer next PyCon! > Credits g