Staging
v0.8.1
https://github.com/python/cpython
Revision 104aab956f6de4131cab800f742cc108f9f92edf authored by R David Murray on 18 September 2013, 00:30:02 UTC, committed by R David Murray on 18 September 2013, 00:30:02 UTC
Initial patch by Bruno Piguet.

This is implemented as if a useful .netrc file could exist without passwords,
which is possible in the general case; but in fact our netrc implementation
does not support it.  Fixing that issue will be an enhancement.
1 parent c17a8df
Raw File
Tip revision: 104aab956f6de4131cab800f742cc108f9f92edf authored by R David Murray on 18 September 2013, 00:30:02 UTC
#14984: On POSIX, enforce permissions when reading default .netrc.
Tip revision: 104aab9
.hgeol
[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/sndhdrdata/sndhdr.* = BIN
Lib/test/decimaltestdata/*.decTest = BIN

# All other files (which presumably are human-editable) are "native".
# This must be the last rule!

** = native

[repository]
native = LF
back to top