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 tim.golden
Recipients brian.curtin, tim.golden
Date 2010-02-08.16:16:45
SpamBayes Score 0.08537078
Marked as misclassified No
Message-id <4B7038DF.8040409@timgolden.me.uk>
In-reply-to <4B7037E9.8070101@timgolden.me.uk>
Content
Sorry; the email interface messed that up. The code
which triggered the error was:

import _winreg
list (
     _winreg.IterValue (
         _winreg.OpenKey (_winreg.HKEY_CURRENT_USER, "Console")
      )
)
History
Date User Action Args
2010-02-08 16:16:46tim.goldensetrecipients: + tim.golden, brian.curtin
2010-02-08 16:16:45tim.goldenlinkissue7877 messages
2010-02-08 16:16:45tim.goldencreate