This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients jonash, pitrou, theller
Date 2011-02-24.21:26:54
SpamBayes Score 6.459854e-05
Marked as misclassified No
Message-id <1298582815.12.0.789777486332.issue11258@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for the new patch. Looking again, I wonder if there's a reason the original regexp was so complicated. ldconfig output here has lines such as:

	libBrokenLocale.so.1 (libc6,x86-64, OS ABI: Linux 2.6.9) => /lib64/libBrokenLocale.so.1
	libBrokenLocale.so.1 (libc6, OS ABI: Linux 2.6.9) => /lib/libBrokenLocale.so.1
	libBrokenLocale.so (libc6,x86-64, OS ABI: Linux 2.6.9) => /usr/lib64/libBrokenLocale.so
	libBrokenLocale.so (libc6, OS ABI: Linux 2.6.9) => /usr/lib/libBrokenLocale.so

Ideally we would factor out the parsing to a separate private function, and have tests for it.
History
Date User Action Args
2011-02-24 21:26:55pitrousetrecipients: + pitrou, theller, jonash
2011-02-24 21:26:55pitrousetmessageid: <1298582815.12.0.789777486332.issue11258@psf.upfronthosting.co.za>
2011-02-24 21:26:54pitroulinkissue11258 messages
2011-02-24 21:26:54pitroucreate