thekorn <[EMAIL PROTECTED]> added the comment:
I had some time this evening and tried to create a patch.
I don't know if such a solution makes sense nor do I know if this fits
in the process of fixing bugs in python.
Markus
--
keywords: +patch
Added file: http://bugs
New submission from thekorn <[EMAIL PROTECTED]>:
In Firefox 3 the cookies are stored in a sqlite database instead of a
txt-file. It would be nice if cookielib.MozillaCookieJar().load() could
support this.
Markus
--
messages: 63470
nosy: thekorn
severity: normal
status: open
thekorn added the comment:
Thanks a lot, this works.
Markus
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1665>
__
___
Python-bugs-list mailing list
Unsubs
thekorn added the comment:
Thanks for your fast reply.
I'm using the python package of ubuntu-feisty,
$ python
Python 2.5.1 (r251:54863, Oct 5 2007, 13:50:07)
[GCC 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)] on linux2
Type "help", "copyright", "
New submission from thekorn:
re.match.func_code.co_filename returns "re.py"
I expect something like "/usr/lib/python2.5/re.py"
This causes issues in the "inspect"-module like:
>>> inspect.getabsfile(re.match)
>>> '/re.py'
Sorry, this is
Changes by thekorn:
--
components: None
nosy: thekorn
severity: normal
status: open
title: re.match.func_code.co_filename returns "re.py"
type: behavior
versions: Python 2.5
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.p