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 eryksun
Recipients anshul6, eryksun, paul.moore, r.david.murray, steve.dower, stutzbach, tim.golden, zach.ware
Date 2015-12-02.15:52:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1449071535.26.0.607412180813.issue25778@psf.upfronthosting.co.za>
In-reply-to
Content
Based on matplotlib's win32InstalledFonts function [1], I created a small test to check the data strings returned by winreg.EnumValue for the presence of null characters. I tested on Windows 7 and 10 but couldn't reproduce the problem. Please run nullcheck.py to check the results on your system.

[1]: https://github.com/matplotlib/matplotlib/blob/v1.5.0/lib/matplotlib/font_manager.py#L200
History
Date User Action Args
2015-12-02 15:52:15eryksunsetrecipients: + eryksun, paul.moore, tim.golden, stutzbach, r.david.murray, zach.ware, steve.dower, anshul6
2015-12-02 15:52:15eryksunsetmessageid: <1449071535.26.0.607412180813.issue25778@psf.upfronthosting.co.za>
2015-12-02 15:52:15eryksunlinkissue25778 messages
2015-12-02 15:52:15eryksuncreate