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 vstinner
Recipients Greg Price, benjamin.peterson, ezio.melotti, miss-islington, vstinner
Date 2019-08-13.12:33:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1565699608.27.0.200382484317.issue37760@roundup.psfhosted.org>
In-reply-to
Content
$ find -name "*db.h"
./Modules/unicodedata_db.h
./Modules/unicodename_db.h
./Objects/unicodetype_db.h

For .gitattributes, I would prefer to use unicode*_db.h pattern rather than "a generic" *_db.h, to avoid masking other potential file called "something_db.h" in the future in GitHub. But it's not really an issue right now ;-)
History
Date User Action Args
2019-08-13 12:33:28vstinnersetrecipients: + vstinner, benjamin.peterson, ezio.melotti, Greg Price, miss-islington
2019-08-13 12:33:28vstinnersetmessageid: <1565699608.27.0.200382484317.issue37760@roundup.psfhosted.org>
2019-08-13 12:33:28vstinnerlinkissue37760 messages
2019-08-13 12:33:28vstinnercreate