Re: [Python-Dev] Use our strict mbcs codec instead of the Windows ANSI API

2011-10-26 Thread Victor Stinner
Le Mardi 25 Octobre 2011 10:31:56 Victor Stinner a écrit : >> Basically, all functions processing filenames, so most functions of >> posixmodule.c. Some examples: >> >> - os.listdir(): FindFirstFileA, FindNextFileA, FindCloseA >> - os.lstat(): CreateFileA >> - os.getcwdb(): getcwd() >> - os.mkdir

Re: [Python-Dev] [Python-checkins] r88914 - tracker/instances/python-dev/html/issue.item.js

2011-10-26 Thread Berker Peksağ
Hi, On Wed, Oct 26, 2011 at 11:45 AM, ezio.melotti wrote: > Author: ezio.melotti > Date: Wed Oct 26 10:45:41 2011 > New Revision: 88914 > > Log: > Mark automated messages with a different background. > > Modified: >   tracker/instances/python-dev/html/issue.item.js > > Modified: tracker/instances

Re: [Python-Dev] [Python-checkins] r88914 - tracker/instances/python-dev/html/issue.item.js

2011-10-26 Thread Ezio Melotti
Hi, On 26/10/2011 12.39, Berker Peksağ wrote: Hi, I think this is shorter than $(document).ready(); $(function() { // ... }); See: http://stackoverflow.com/questions/3528509/document-readyfunction-vs-function/3528528#3528528 Thanks a lot for the review, I didn't know about this shortcu