[issue25778] winreg.EnumValue does not truncate strings correctly

Eryk Sun report at bugs.python.org
Wed Dec 2 12:55:28 EST 2015


Eryk Sun added the comment:

You should be able to run nullcheck.py in the command prompt by changing to the directory where it's saved and entering nullcheck.py. For example, if you saved it in your Downloads folder:

    >cd /d C:\Users\Anshul\Downloads
    >nullcheck.py

If that fails because the .py file association isn't set up properly, instead try

    >py nullcheck.py

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue25778>
_______________________________________


More information about the Python-bugs-list mailing list