Re: [Tutor] accessing code for built in min()

2014-07-31 Thread ugajin
Thanks Raúl, T'was the latter two. -u -Original Message- From: Raúl Cumplido To: uga...@talktalk.net CC: tutor Sent: Thu, 31 Jul 2014 10:36 Subject: Re: [Tutor] accessing code for built in min() Are you asking for the source code? For the CPython implementation,

Re: [Tutor] accessing code for built in min()

2014-07-31 Thread Raúl Cumplido
Are you asking for the source code? For the CPython implementation, PyPy, IronPython, Jhyton? For the CPython implementation you can go to the repository: http://hg.python.org/cpython/branches Builtin implementations in C (for 2.7 version) are in the file: http://hg.python.org/cpython/file/81898

[Tutor] accessing code for built in min()

2014-07-31 Thread ugajin
How do I look at the code for a python built in function e.g. min()? Thanks I am running 2.7.8 on OSX ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: https://mail.python.org/mailman/listinfo/tutor