In article <[EMAIL PROTECTED]>,
Peter Dembinski <[EMAIL PROTECTED]> wrote:
>
>
>On Sun, 08 May 2005 10:02:42 +0200, André Roberge
><[EMAIL PROTECTED]> wrote:
>
>> Imperative programming languages are the most commonly used languages.
>> Examples of this type of language are C, C++, Ada, Fortra
In article <[EMAIL PROTECTED]>,
Rhamphoryncus <[EMAIL PROTECTED]> wrote:
>
>import mainloop, urllib
>
>def get_and_save(path):
>infile = waitfor urllib.urlopen(path, async=True)
>outfile = waitfor open(path.split('/')[-1], async=True)
>waitfor outfile.write(waitfor infile.read(async=Tru
In article <[EMAIL PROTECTED]>,
[EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
>
>I just read in the 'What's New in Python 2.4' document that the None
>data type was converted to a constant:
>http://python.org/doc/2.4/whatsnew/node15.html
>
>"""
># None is now a constant; code that binds a new valu