What does the line that's displayed when you start an instance of the Python interpreter mean?
Python 2.7 (r27:82525, Jul 4 2010, 07:43:08) [MSC v.1500 64 bit (AMD64)] on win32
So I know I have Python 2.7, but what about the rest?
Especially confusing to me are the 64 bit (AMD64) on win32
and r27:82525
sections.