[Announce] pyobfuscate

Paul Prescod paul at prescod.net
Tue Feb 17 10:33:58 EST 2004


It is not entirely uncommon to write python code that depends on exact 
method or variable names:

if hasattr(obj, "somemethod"):
	doOneThing()
else:
	doSomethingElse()

Will the pyobfuscate break code like this?

  Paul Prescod






More information about the Python-list mailing list