----- Original Message -----
> From: "Treder, Robert" <[email protected]> > To: "[email protected]" <[email protected]> > Cc: > Sent: Wednesday, September 25, 2013 6:09 PM > Subject: Re: [Tutor] How to create dictionaries loadable with import > >T hanks for the suggestions and sorry about the errors when I tried to >anonymize > my code. Talking about anonymizing, this is legal: #!/usr/bin/python # -*- coding: rot13 -*-qrs fbzrShap(*netf, **xjnetf): cnff ...because: >>> print """qrs fbzrShap(*netf, **xjnetf): cnff""".decode("rot13") def someFunc(*args, **kwargs): pass fun, isn't it? _______________________________________________ Tutor maillist - [email protected] To unsubscribe or change subscription options: https://mail.python.org/mailman/listinfo/tutor
