a blog by Marius Gedminas

Posts tagged Python

Submitting patches the Launchpad way

Today I happened to read about lazr.enum in a mailing list. I went to the PyPI page and saw raw ReStructuredText markup instead of a nicely formatted page. Now I know from prior experience that this happens when the package's description has an error in the markup. I thought I'd report a bug and provide a patch. Leap of knowledge: since I know lazr.enum was created by the Launchpad.net team I could safely assume they were keeping the sources in Launchpad.

Playing with Pylons

I've an opportunity to get to know Pylons. Here's an unsorted list of first (and second) impressions: Pylons has great documentation, though I did stumble upon a few broken links Pylons has a great development environment (instant and automatic server restarts; interactive Python console in your web browser on errors) It seems that nobody using Paste is interested in logging the startup and shutdown time of the web server SQLAlchemy overwhelms with TMTOWTDI zc.