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
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
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