Message158184
| Author |
aliles |
| Recipients |
aliles, amaury.forgeotdarc |
| Date |
2012年04月12日.22:54:43 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1334271284.66.0.470305193323.issue14563@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
Should I build a version from the tip of the 3.2 or default branch on hg.python.org?
This version is Python 3.2.2 built using homebrew. The revision is being reported as an empty string.
Python 3.2.2 (default, Dec 18 2011, 18:56:20)
[GCC 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336100)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import platform
>>> platform.python_revision()
''
>>> platform.python_version_tuple()
('3', '2', '2')
>>> platform.python_build()
('default', 'Dec 18 2011 18:56:20')
>>> platform.release()
'11.3.0'
>>> platform.version()
'Darwin Kernel Version 11.3.0: Thu Jan 12 18:47:41 PST 2012; root:xnu-16992423~1/RELEASE_X86_64'
Sorry, I did a search but didn't find issue12764. :-( |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2012年04月12日 22:54:44 | aliles | set | recipients:
+ aliles, amaury.forgeotdarc |
| 2012年04月12日 22:54:44 | aliles | set | messageid: <1334271284.66.0.470305193323.issue14563@psf.upfronthosting.co.za> |
| 2012年04月12日 22:54:44 | aliles | link | issue14563 messages |
| 2012年04月12日 22:54:43 | aliles | create |
|