Staging
v0.5.1
https://github.com/python/cpython
Revision b436b6cabcd35d4bcb75245211be9b40bc0198f5 authored by Raymond Hettinger on 12 January 2011, 01:16:57 UTC, committed by Raymond Hettinger on 12 January 2011, 01:16:57 UTC
can be cut and pasted are more important than having a doctests
on examples that already work.
1 parent fdf2925
Raw File
Tip revision: b436b6cabcd35d4bcb75245211be9b40bc0198f5 authored by Raymond Hettinger on 12 January 2011, 01:16:57 UTC
Revert r87946. The virtues of readability and of examples that
Tip revision: b436b6c
.hgeol
[patterns]
** = native

**.bat  = CRLF
**.def  = CRLF
**.dsp  = CRLF
**.dsw  = CRLF
**.mak  = CRLF
**.mk   = CRLF
**.rc   = CRLF
**.sln  = CRLF
**.vcproj  = CRLF
**.vsprops = CRLF

**.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/sndhdrdata/sndhdr.* = BIN

[repository]
native = LF
back to top