On Sun, Feb 10, 2008 at 11:01:48PM -0600, Shawn Walker wrote: > As such, wherever a numeric response code is currently being used, such as: > > request.send_response(200); > > it would become: > > request.send_response(httplib.OK);
Yeah; for something as generic as this, I'd just as soon not have the codes in the top-level namespace. There are a couple of places where we do import something in directly, because we use it a lot and it's long, or something. And we do a fair amount of "import X as Y", too, but I don't see a reason for that here. Danek _______________________________________________ pkg-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/pkg-discuss
