Re: [Tutor] How to check the word size of the platform(OS)?

2014-08-02 Thread Steven D'Aprano
On Sat, Aug 02, 2014 at 06:32:31PM +0530, Varuna Seneviratna wrote: > What is the way to check the word size of the platform(OS), and also int > size and character size, are they the same. I searched on line But couldn't > get an answer You can get some platform details from the platform module:

Re: [Tutor] How to check the word size of the platform(OS)?

2014-08-02 Thread Alan Gauld
On 02/08/14 14:02, Varuna Seneviratna wrote: What is the way to check the word size of the platform(OS), and also int size and character size, are they the same. I searched on line But couldn't get an answer You need to give us more context. Word size usually depends on CPU architecture. It c

[Tutor] How to check the word size of the platform(OS)?

2014-08-02 Thread Varuna Seneviratna
What is the way to check the word size of the platform(OS), and also int size and character size, are they the same. I searched on line But couldn't get an answer ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: https