commit | 63a3f151556e331a8b8608d2f8646b3ecc5d8b0a | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Wed Jan 19 15:27:24 2011 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Wed Jan 19 15:27:24 2011 +0000 |
tree | 96c266befadff6773ea48fb9936a9856d1d1baf1 | |
parent | 3013b16b62be7768700d685f6a68e606b5f20e5a [diff] |
Merged revisions 88111 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r88111 | antoine.pitrou | 2011-01-19 16:21:35 +0100 (mer., 19 janv. 2011) | 4 lines Issue #10898: Allow compiling the posix module when the C library defines a symbol named FSTAT. ........