STINNER Victor <[email protected]> added the comment:

$ 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 ;-)

----------

_______________________________________
Python tracker <[email protected]>
<https://bugs.python.org/issue37760>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to