Your message dated Wed, 16 Apr 2008 17:26:48 -0400
with message-id <[EMAIL PROTECTED]>
and subject line python2.1-pgsql has been removed from Debian, closing #140110
has caused the Debian Bug report #140110,
regarding Location of PgSQL module, overuse of mixed caps
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)
--
140110: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=140110
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: python2.1-pgsql
Version: 2.0-2
The location of the PgSQL.py module is not consistent with the other Python
DB modules. For example, pygreSQL's pgdb.py is in
/usr/lib/python2.1/site-packages, but the PgSQL module is in
/usr/lib/python2.1/site-packages/pyPgSQL.
This means that it is harder than it should be to switch from say, pgdb to
PgSQL. You can't just substitute 'PgSQL" in code like: __import__('pgdb').
I've found instances where doing the alternative substitution of
'pyPgSQL.PgSQL' for 'pgdb' won't work due to namespace issues. To resolve
them requires changing the form of the __import__() call, which makes PgSQL
a special case to handle. Not nice.
Suggest that the Debian package installs PgSQL and associated files in the
same place as the other Python DB modules. This also helps get rid of the
absolutely *horrible*, hard to remember, and hard to type mixed cap
alphabet soup in statements like "from pyPgSQL import PgSQL". Instead,
statements like "import PgSQL" or even better, "import pgsql" become
possible.
...Edmund.
--- End Message ---
--- Begin Message ---
Version: 2.4.0-6+rm
The python2.1-pgsql package has been removed from Debian testing, unstable and
experimental, so I am now closing the bugs that were still opened
against it.
Don't hesitate to reply to this mail if you have any question.
Thank you for your contribution to Debian.
Barry deFreese
--- End Message ---