Tuesday, August 7, 2007

Python Paste Easter Egg.

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.

No comments: