]> granicus.if.org Git - python/commit
Merge #14984: only import pwd on POSIX.
authorR David Murray <rdmurray@bitdance.com>
Wed, 18 Sep 2013 12:59:47 +0000 (08:59 -0400)
committerR David Murray <rdmurray@bitdance.com>
Wed, 18 Sep 2013 12:59:47 +0000 (08:59 -0400)
commit6bd3e444f5444aeedcee6d6be5a2cd12a59d0154
tree9281da20730174c508b10d627936e21c2fe95082
parentcf6d0e77ea48e2e3f31c08782abb6e9be39012c8
parent4b49ae61d8b67c62c8c937907789cf9df95519ec
Merge #14984: only import pwd on POSIX.

Since we have fine grained import locks in 3.4, I moved the
import to where it is actually needed.
Lib/netrc.py