Re: where to view open() function's C implementation source code �

2012-12-18 Thread rurpy
On 12/18/2012 04:55 PM, iMath wrote: > > 在 2012年12月19日星期三UTC+8上午4时57分37秒,ru...@yahoo.com写道: > >[...] >> >> There is no need to download the source. You can browse the >> >> source code online. For the v3.0.0 version of open(): >> >> hg.python.org/cpython/file/bd

Re: where to view open() function's C implementation source code �

2012-12-18 Thread iMath
在 2012年12月19日星期三UTC+8上午4时57分37秒,ru...@yahoo.com写道: > On Monday, December 17, 2012 10:35:58 PM UTC-7, Roy Smith wrote: > > > iMath wrote: > > > > where to view open() function's C implementation source code ? > > > http://www.python.org/download/releases/ > >

Re: where to view open() function's C implementation source code �

2012-12-18 Thread iMath
在 2012年12月19日星期三UTC+8上午4时57分37秒,ru...@yahoo.com写道: > On Monday, December 17, 2012 10:35:58 PM UTC-7, Roy Smith wrote: > > > iMath wrote: > > > > where to view open() function's C implementation source code ? > > > http://www.python.org/download/releases/ > >

Re: where to view open() function's C implementation source code �

2012-12-18 Thread rurpy
On Tuesday, December 18, 2012 1:57:37 PM UTC-7, ru...@yahoo.com wrote: >[...] > source code online. For the v3.0.0 version of open(): > hg.python.org/cpython/file/bd8afb90ebf2/Modules/_io/_iomodule.c oops, that should have been: http://hg.python.org/cpython/file/bd8afb90ebf2/Modules/_io/_iom

Re: where to view open() function's C implementation source code �

2012-12-18 Thread rurpy
On Monday, December 17, 2012 10:35:58 PM UTC-7, Roy Smith wrote: > iMath wrote: > > where to view open() function's C implementation source code ? > http://www.python.org/download/releases/ > Download the source for the version you're interested in. iMath: There is no need to download the sou

Re: where to view open() function's C implementation source code ?

2012-12-18 Thread Andrew Robinson
On 12/18/2012 07:03 AM, Chris Angelico wrote: On Wed, Dec 19, 2012 at 1:28 AM, Roy Smith wrote: In article, iMath wrote: Download the source for the version you're interested in. but which python module is open() in ? I met you half-way, I showed you where the source code is. Now you ne

Re: where to view open() function's C implementation source code ?

2012-12-18 Thread Chris Angelico
On Wed, Dec 19, 2012 at 1:28 AM, Roy Smith wrote: > In article , > iMath wrote: >> > Download the source for the version you're interested in. >> >> but which python module is open() in ? > > I met you half-way, I showed you where the source code is. Now you > need to come the other half and l

Re: where to view open() function's C implementation source code ?

2012-12-18 Thread Roy Smith
In article , iMath wrote: > � 2012”N12ŒŽ18“��Š�“�UTC+8‰�Œ�1时35分58秒,Roy > Smith写道: > > In article , > > > > iMath wrote: > > > > > > > > > where to view open() function's C implementation

Re: where to view open() function's C implementation source code ?

2012-12-18 Thread Terry Reedy
On 12/18/2012 12:25 AM, iMath wrote: where to view open() function's C implementation source code ? depends on the python version. io in 3.x otherwise, it is a builtin -- Terry Jan Reedy -- http://mail.python.org/mailman/listinfo/python-list

Re: where to view open() function's C implementation source code �

2012-12-17 Thread iMath
在 2012年12月18日星期二UTC+8下午1时35分58秒,Roy Smith写道: > In article , > > iMath wrote: > > > > > where to view open() function's C implementation source code ? > > > > http://www.python.org/download/releases/ > > > > Download the source for the version you're in

Re: where to view open() function's C implementation source code ��

2012-12-17 Thread Roy Smith
In article , iMath wrote: > where to view open() function's C implementation source code ? http://www.python.org/download/releases/ Download the source for the version you're interested in. -- http://mail.python.org/mailman/listinfo/python-list