the thpinfo.com blogger archives (2007-2008)

Python Paste Easter Egg.

Published: 2007-08-07T21:14:00.001+02:00
Tags: easter egg, python, paste

While looking for documentation on Paste's HTTP server module, I have found something funny:

from paste import pony
print pony.PONY.decode('base64').decode('zlib')
print pony.UNICORN.decode('base64').decode('zlib')
The module documentation for paste.pony can be found here, and the corresponding highlighted source file here.


Thomas Perl (thp at this domain); jabber: thp@jabber.org