Steven D'Aprano wrote:
Unless I'm badly mistaken, the Firefox sessionstore.js file is supposed
to be JSON.
In Python 3.0, I do this:
import json
filename = '.mozilla/firefox/2z5po7dx.default/sessionstore.js'
json.load(open(filename))
Traceback (most recent call last):
File "/usr/local/lib/
JimG wrote:
> On Dec 26, 1:56 pm, Bernard Delmée <[EMAIL PROTECTED]>
> wrote:
>> (I know replying to self is a sure sign of aging :-)
>> A quick update: after installing the 'tkinter' fedora
>> package (still in live-cd mode), the following 3 lines
>> script does what "pydoc -g " should:
>>
>>