[patterns] # Non human-editable files are binary **.dsp = BIN **.dsw = BIN **.mk = BIN **.sln = BIN **.vcproj = BIN **.vsprops = BIN **.aif = BIN **.au = BIN **.bmp = BIN **.db = BIN **.exe = BIN **.icns = BIN **.gif = BIN **.ico = BIN **.info = BIN **.jpg = BIN **.pck = BIN **.png = BIN **.psd = BIN **.tar = BIN **.xar = BIN **.zip = BIN Lib/email/test/data/msg_26.txt = BIN Lib/test/cjkencodings/* = BIN Lib/test/decimaltestdata/*.decTest = BIN Lib/test/sndhdrdata/sndhdr.* = BIN Lib/test/test_email/data/msg_26.txt = BIN Lib/venv/scripts/nt/* = BIN # All other files (which presumably are human-editable) are "native". # This must be the last rule! ** = native [repository] native = LF lass='form'>
https://github.com/python/cpython.git
summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMichael Foord <fuzzyman@voidspace.org.uk>2010-12-03 00:53:09 (GMT)
committerMichael Foord <fuzzyman@voidspace.org.uk>2010-12-03 00:53:09 (GMT)
commit5074df623b70cf196965af332092a6f98a035c3d (patch)
tree25fdc5c475e5d4a344ed269707d327be72ae1363 /Misc
parent1203720ffb7d722df0c5322dcdd250eefd79c6ab (diff)
downloadcpython-5074df623b70cf196965af332092a6f98a035c3d.zip
cpython-5074df623b70cf196965af332092a6f98a035c3d.tar.gz
cpython-5074df623b70cf196965af332092a6f98a035c3d.tar.bz2
Issue 7911: unittest.TestCase.longMessage defaults to True for improved failure messages by default