Re: [Python-Dev] Undefined dlopen When Building Module On Android

2015-01-23 Thread Cyd Haselton
I guess I'll keep waiting...given the zero responses I've gotten from the android side. :-(. In the meantime...in case anyone is interested... since I have the working binary, I executed it and went through each command in setup.py to see what throws the 'undefined reference to dlopen' error.

[Python-Dev] Can Python Be Built Without Distutils

2015-01-23 Thread Cyd Haselton
Related to my earlier question regarding building Python on Android and an undefined reference to dlopen error...I have the following question: Is it possible to build and install Python without having to build and install...or use...distutils? Some background: I can build the python interpreter

[Python-Dev] Summary of Python tracker Issues

2015-01-23 Thread Python tracker
ACTIVITY SUMMARY (2015-01-16 - 2015-01-23) Python tracker at http://bugs.python.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open4760 (+24) closed 30307 (+30) total 35067 (+54) Open issues

Re: [Python-Dev] Can Python Be Built Without Distutils

2015-01-23 Thread Matthias Klose
On 01/23/2015 06:30 PM, Cyd Haselton wrote: Related to my earlier question regarding building Python on Android and an undefined reference to dlopen error...I have the following question: Is it possible to build and install Python without having to build and install...or use...distutils?

Re: [Python-Dev] Can Python Be Built Without Distutils

2015-01-23 Thread M.-A. Lemburg
On 23.01.2015 19:48, Matthias Klose wrote: On 01/23/2015 06:30 PM, Cyd Haselton wrote: Related to my earlier question regarding building Python on Android and an undefined reference to dlopen error...I have the following question: Is it possible to build and install Python without having to

Re: [Python-Dev] Can Python Be Built Without Distutils

2015-01-23 Thread Cyd Haselton
On Fri, Jan 23, 2015 at 12:48 PM, Matthias Klose d...@ubuntu.com wrote: On 01/23/2015 06:30 PM, Cyd Haselton wrote: Related to my earlier question regarding building Python on Android and an undefined reference to dlopen error...I have the following question: Is it possible to build and

Re: [Python-Dev] Can Python Be Built Without Distutils

2015-01-23 Thread M.-A. Lemburg
On 23.01.2015 21:56, Cyd Haselton wrote: On Fri, Jan 23, 2015 at 1:19 PM, M.-A. Lemburg m...@egenix.com wrote: On 23.01.2015 19:48, Matthias Klose wrote: On 01/23/2015 06:30 PM, Cyd Haselton wrote: Related to my earlier question regarding building Python on Android and an undefined reference

Re: [Python-Dev] Can Python Be Built Without Distutils

2015-01-23 Thread Cyd Haselton
On Fri, Jan 23, 2015 at 1:19 PM, M.-A. Lemburg m...@egenix.com wrote: On 23.01.2015 19:48, Matthias Klose wrote: On 01/23/2015 06:30 PM, Cyd Haselton wrote: Related to my earlier question regarding building Python on Android and an undefined reference to dlopen error...I have the following

[Python-Dev] PEP 484

2015-01-23 Thread Mario Figueiredo
Please don't clutter executable code. We need to read it without growing an headache. Much better is: def myfunction(arg1, arg2): Normal docstring... @hint: (str, int) - bool return True While I agree type hinting, for the purposes of static analysis,

Re: [Python-Dev] Can Python Be Built Without Distutils

2015-01-23 Thread Gregory P. Smith
On Fri Jan 23 2015 at 11:20:02 AM M.-A. Lemburg m...@egenix.com wrote: On 23.01.2015 19:48, Matthias Klose wrote: On 01/23/2015 06:30 PM, Cyd Haselton wrote: Related to my earlier question regarding building Python on Android and an undefined reference to dlopen error...I have the

Re: [Python-Dev] rst files

2015-01-23 Thread Carol Willing
Hello Ethan, In addition to Guido's suggestion, the Python Developer Guide's Section 7.4.9 should be helpful. Here's a link to Section 7 on Restructured Text https://docs.python.org/devguide/documenting.html#restructuredtext-primer You may also find the Sphinx project documentation helpful if

Re: [Python-Dev] rst files

2015-01-23 Thread Ethan Furman
Many thanks to all responders! -- ~Ethan~ signature.asc Description: OpenPGP digital signature ___ Python-Dev mailing list Python-Dev@python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscribe:

[Python-Dev] rst files

2015-01-23 Thread Ethan Furman
Can somebody please explain this? .. index:: single: formatting, string (%) single: interpolation, string (%) single: string; formatting single: string; interpolation single: printf-style formatting single: sprintf-style formatting single: % formatting single: %

Re: [Python-Dev] rst files

2015-01-23 Thread Guido van Rossum
This adds entries to the index of the document -- similar to the index at the end of a book. I think single vs. double refers to different types of entries. Check out this page: https://docs.python.org/3/genindex.html On Fri, Jan 23, 2015 at 3:43 PM, Ethan Furman et...@stoneleaf.us wrote: Can

Re: [Python-Dev] rst files

2015-01-23 Thread Terry Reedy
On 1/23/2015 7:15 PM, R. David Murray wrote: On Fri, 23 Jan 2015 15:55:29 -0800, Guido van Rossum gu...@python.org wrote: This adds entries to the index of the document -- similar to the index at the end of a book. I think single vs. double refers to different types of entries. Check out this

Re: [Python-Dev] rst files

2015-01-23 Thread R. David Murray
On Fri, 23 Jan 2015 15:55:29 -0800, Guido van Rossum gu...@python.org wrote: This adds entries to the index of the document -- similar to the index at the end of a book. I think single vs. double refers to different types of entries. Check out this page: https://docs.python.org/3/genindex.html

Re: [Python-Dev] rst files

2015-01-23 Thread Gary Herron
On 01/23/2015 03:43 PM, Ethan Furman wrote: Can somebody please explain this? .. index:: single: formatting, string (%) single: interpolation, string (%) single: string; formatting single: string; interpolation single: printf-style formatting single: sprintf-style

Re: [Python-Dev] New Windows installer for Python 3.5

2015-01-23 Thread Nick Coghlan
On 13 January 2015 at 06:02, Steve Dower steve.do...@microsoft.com wrote: On Sat, Jan 10, 2015 at 3:28 AM, Nick Coghlan ncogh...@gmail.com wrote: For the time being, things like PyInstaller, PyRun, Portable Python, etc are going to offer a better solution than anything we provide in the

Re: [Python-Dev] Overriding stdlib http package

2015-01-23 Thread Nick Coghlan
On 15 January 2015 at 07:35, Donald Stufft don...@stufft.io wrote: On Jan 14, 2015, at 4:19 PM, Brett Cannon br...@python.org wrote: But as Guido pointed out, we _like_ it being difficult to do because we don't want this kind of substitution happening as code ends up depending on bugs and

Re: [Python-Dev] C ABI and #ifndef Py_LIMITED_API

2015-01-23 Thread Nick Coghlan
On 15 January 2015 at 02:24, Ethan Furman et...@stoneleaf.us wrote: On 01/14/2015 12:13 AM, Georg Brandl wrote: On 01/14/2015 08:32 AM, Ethan Furman wrote: In the CPython source code I see #ifndef Py_LIMITED_API Is there a section in the docs that explains the purpose? If not, can

Re: [Python-Dev] PEP 448 (almost finished!) — Question regarding test_ast

2015-01-23 Thread Walter Dörwald
On 22 Jan 2015, at 23:03, Neil Girdhar wrote: Thanks for taking a look. I looked at inspect and I can't see anything that needs to change since it's the caller rather than the receiver who has more options after this PEP. You are probably right. And for calling via Signature.bind() your