A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://mail.python.org/pipermail/python-dev/2004-January/041582.html below:

[Python-Dev] SF patch 864863: Bisect C implementation

[Python-Dev] SF patch 864863: Bisect C implementation [Python-Dev] SF patch 864863: Bisect C implementationSamuele Pedroni pedronis at bluewin.ch
Fri Jan 2 10:35:41 EST 2004
At 16:31 02.01.2004 +0100, Samuele Pedroni wrote:
>import array2
>ppy = get_pure_python_version(array2)

when you have a real interactive session transcript why not simply copy it 
(grr):

 >>> import array2
 >>> array2.array
<type 'array.array'>
 >>> array2.array('i')
array('i')
 >>> ppy = get_pure_python_version(array2,'array')
 >>> ppy.array
<class 'pure-python-array2.array'>
 >>> ppy.array('i')
<fake pure python array> 


More information about the Python-Dev mailing list

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4