weird problem with os.chmod

"Martin v. Löwis" martin at v.loewis.de
Fri Nov 11 20:17:10 EST 2005


James Colannino wrote:
> I discovered the solution and thought I'd share it with everyone.  I 
> discovered as I googled that Python used to have a function called 
> atoi() that took the parameter base=X.  I decided to see if that worked 
> with the newer function int() and it did :)

I recommend that you get used to reading documentation,
instead of merely googling. help(int) would have revealed that.

Regards,
Martin



More information about the Python-list mailing list