[Python-Dev] Question: how to extend standard Python library to add new functionalities?

2020-01-28 Thread Stephen J. Turnbull
Daniel, Your question seems to be a request for help in writing the extension. This list is for discussion and improvement of proposed implementations. For help in writing the code, the python-corementorship list is a better venue. If your question is for help in designing the extension, and de

[Python-Dev] Re: Python Language Summit at PyCon 2020

2020-01-28 Thread Mariatta
Thank you! Yes the right url is: https://us.pycon.org/2020/events/languagesummit/ On Tue, Jan 28, 2020 at 4:32 PM Kyle Stanley wrote: > On the attendance application, there is currently an incorrect link to the > informational page for the Language Summit: " > https://us.pycon.org/2020/events/la

[Python-Dev] Re: Python Language Summit at PyCon 2020

2020-01-28 Thread Kyle Stanley
On the attendance application, there is currently an incorrect link to the informational page for the Language Summit: " https://us.pycon.org/2020/events/language-summit/";. Either the link could be changed to " https://us.pycon.org/2020/events/languagesummit/"; or " https://us.pycon.org/2020/even

[Python-Dev] Python Language Summit at PyCon 2020

2020-01-28 Thread Mariatta
(cross posting to python-committers and python-dev) I'm happy to announce that the signups for Python Language Summit at PyCon 2020 is now open. Full details at: https://us.pycon.org/2020/events/languagesummit/ *TL;DR* When: Wednesday, April 15, 2020, 9am–4pm (Note, we’re starting 1 hour earlie

[Python-Dev] Question: how to extend standard Python library to add new functionalities?

2020-01-28 Thread daniel . wangksu
Hi all, I want to add openssl engine in Python SSL library. I know that if the new functions can be added in Python we can inherit existing class (such as ssl). However, It seems the SSL module extends _SSL module which is written in C. I'm not sure how can I extend SSL module in this situation

[Python-Dev] Re: Typo (moin) in Wiki Link

2020-01-28 Thread Oleg Broytman
On Tue, Jan 28, 2020 at 02:17:15PM -0500, Terry Reedy wrote: > On 1/28/2020 8:21 AM, onlinejudge95 wrote: > > > While i was going through the wiki.python.org > >  links, i saw that the > > urls(https://wiki.python.org/moin) contains *moin*, is it expected? > > Except for

[Python-Dev] Re: Typo in Link

2020-01-28 Thread Steve Holden
Really webmas...@python.org would have been more appropriate, but I've already copied that address on my direct reply to you. The python-dev list is for discussions about the development of the language and its CPython implementation. Kind regards, Steve On Tue, Jan 28, 2020 at 7:20 PM Steve Hol

[Python-Dev] Re: Typo in Link

2020-01-28 Thread Terry Reedy
On 1/28/2020 8:21 AM, onlinejudge95 wrote: While i was going through the wiki.python.org  links, i saw that the urls(https://wiki.python.org/moin) contains *moin*, is it expected? Except for the entry url, '/moin' is required. https://wiki.python.org/moin/BeginnersGui

[Python-Dev] Re: Merge bugs.python.org accounts

2020-01-28 Thread Brett Cannon
Victor Stinner wrote: > You may open a ticket at > https://github.com/python/bugs.python.org/issues > but I'm not sure who > is in charge of bugs.python.org, nor how to merge two accounts. Or if it's even doable short of direct database manipulation; I'm not aware of Roundup providing such functi

[Python-Dev] Re: Request to postpone some Python 3.9 incompatible changes to Python 3.10

2020-01-28 Thread Brett Cannon
Matthias Bussonnier wrote: > Is it possible to change some of those deprecation from Warn-by-default (but > can add a > warning filter to make them error) to error-by-default (but can add a filter > to make them > only warnings). Yes, although it would be a change to how Python functions. Basica

[Python-Dev] Re: Merge bugs.python.org accounts

2020-01-28 Thread Victor Stinner
You may open a ticket at https://github.com/python/bugs.python.org/issues but I'm not sure who is in charge of bugs.python.org, nor how to merge two accounts. Victor Le mar. 28 janv. 2020 à 17:21, Ivan Pozdeev via Python-Dev a écrit : > > Who should I contact on subj? BPO UI doesn't have any con

[Python-Dev] Re: Request to postpone some Python 3.9 incompatible changes to Python 3.10

2020-01-28 Thread Matthias Bussonnier
Is it possible to change some of those deprecation from Warn-by-default (but can add a warning filter to make them error) to error-by-default (but can add a filter to make them only warnings). That way it is easy to fix large projects (even w/o modifying the source) in only a couple of lines o

[Python-Dev] Re: Request to postpone some Python 3.9 incompatible changes to Python 3.10

2020-01-28 Thread Matthias Bussonnier
Is it possible to change some of those deprecation from Warn-by-default (but can add a warning filter to make them error) to error-by-default (but can add a filter to make them only warnings). That way it is easy to fix large projects (even w/o modifying the source) in only a couple of lines o

[Python-Dev] Re: Python library for the ServiceNow REST API

2020-01-28 Thread Tim Peters
[Guido] > Honestly that looked like a spammer. I approved the message, and it looked like "probably spam" to me too. But it may have just been a low-quality message, and the new moderator UI still doesn't support adding custom text to a rejection message. Under the old system, I _would_ have rejec

[Python-Dev] Re: Python library for the ServiceNow REST API

2020-01-28 Thread Guido van Rossum
Honestly that looked like a spammer. Note that at the bottom they wrote servicenow training A typical strategy for such spammers is to send a message to a popular mailing list with some text that looks vaguely related (to the spammer, who is usually not well versed in the subject of the lis

[Python-Dev] Re: Python library for the ServiceNow REST API

2020-01-28 Thread Rhodri James
On 28/01/2020 10:47, IT Canvass wrote: It should be compatible with modern versions of ServiceNow. If there's API breakage or new features implemented, I usually have that fixed/incorporated into pysnow in a week or two. Hi there, python-dev is the mailing list for development of core Python

[Python-Dev] Merge bugs.python.org accounts

2020-01-28 Thread Ivan Pozdeev via Python-Dev
Who should I contact on subj? BPO UI doesn't have any contact information. -- Regards, Ivan ___ Python-Dev mailing list -- python-dev@python.org To unsubscribe send an email to python-dev-le...@python.org https://mail.python.org/mailman3/lists/python-de

[Python-Dev] Python library for the ServiceNow REST API

2020-01-28 Thread IT Canvass
It should be compatible with modern versions of ServiceNow. If there's API breakage or new features implemented, I usually have that fixed/incorporated into pysnow in a week or two. https://itcanvass.com/";> servicenow training ___ Python-Dev mailing l

[Python-Dev] Typo in Link

2020-01-28 Thread onlinejudge95
Hi team, First of all is it a right place to ask this question? If not i would love to redirect and apologise for any inconvenience. While i was going through the wiki.python.org links, i saw that the urls( https://wiki.python.org/moin) contains *moin*, is it expected? Thanks, onlinejudge95

[Python-Dev] Re: Last call for comments on PEP 573 (Module State Access from C Extension Methods)

2020-01-28 Thread Petr Viktorin
On 2019-11-25 13:15, Stefan Behnel wrote: Hi all, I think that PEP 573 is ready to be accepted, to greatly improve the state of extension modules in CPython 3.9. https://www.python.org/dev/peps/pep-0573/ It has come a long way since the original proposal and went through several iterations and

[Python-Dev] Re: extern "C" { ... } in Include/cpython/*.h

2020-01-28 Thread Petr Viktorin
On 2020-01-27 21:42, Skip Montanaro wrote: (Apologies. Not sure where to ask this, and I'm not much of a C++ programmer. Maybe I should have just added a comment to the still-open issue.) I just noticed that Nick migrated the guts of Include/frameobject.h to include/cpython/frameobject.h. It's n