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 martin.panter
Recipients martin.panter, ned.deily, python-dev, serhiy.storchaka
Date 2015-06-10.23:12:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1433977928.04.0.605455613876.issue24408@psf.upfronthosting.co.za>
In-reply-to
Content
Some quick googling suggests this “.Helvetica Neue DeskInterface” font is real, and because it begins with a full stop it may be normally hidden from the normal list of fonts. Perhaps the test could be modified to just check the two functions separately:

* families() returns a non-trivial sequence of font names
* actual("family") returns a non-trivial string
History
Date User Action Args
2015-06-10 23:12:08martin.pantersetrecipients: + martin.panter, ned.deily, python-dev, serhiy.storchaka
2015-06-10 23:12:08martin.pantersetmessageid: <1433977928.04.0.605455613876.issue24408@psf.upfronthosting.co.za>
2015-06-10 23:12:08martin.panterlinkissue24408 messages
2015-06-10 23:12:07martin.pantercreate