[Python-Dev] Latest version of PEP 669 -- Low Impact Monitoring for CPython

2022-08-04 Thread Mark Shannon
council in a month or so. Cheers, Mark. ___ 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-dev.python.org/ Message archived at https

[Python-Dev] Re: [RELEASE] Python 3.10.6 is available

2022-08-02 Thread jschwar
/archives/list/python-dev@python.org/thread/CLVXXPQ2T2LQ5MP2Y53VVQFCXYWQJHKZ/) to learn more. # More resources * [Changelog](https://docs.python.org/3.10/whatsnew/changelog.html#changelog ) * [Online Documentation](https://docs.python.org/3.10/) * [PEP 619](https://www.python.org/dev/peps/pep-0619

[Python-Dev] [RELEASE] Python 3.10.6 is available

2022-08-02 Thread Pablo Galindo Salgado
been postponed to Python 3.11 due to some compatibility concerns. You can read the Steering Council communication about it [here]( https://mail.python.org/archives/list/python-dev@python.org/thread/CLVXXPQ2T2LQ5MP2Y53VVQFCXYWQJHKZ/) to learn more. # More resources * [Changelog](https

[Python-Dev] Re: How To Get Started

2022-07-28 Thread Christian Heimes
of the dev guide confuses you and which section you had a hard time to understand. This would help us greatly to identify problems with the dev guide and help other people that want to contribute. Regards, Christian ___ Python-Dev mailing list -- python-dev

[Python-Dev] How To Get Started

2022-07-28 Thread kiddkoding
looking at some of the current active issues and it has only caused more confusion. Any advice, tips, or other resources that can help get me started? Thanks in advance! ___ Python-Dev mailing list -- python-dev@python.org To unsubscribe send an email

[Python-Dev] Re: Switching to Discourse

2022-07-28 Thread Petr Viktorin
ncorrectly-threaded/233499 Thank you very much for reporting it and working with Discourse devs! _______ Python-Dev mailing list -- python-dev@python.org To unsubscribe send an email to python-dev-le...@python.org https://mail.python.org/mailman3/li

[Python-Dev] Re: [RELEASE] The last 3.11 beta release (3.11.0b5) is now available

2022-07-26 Thread asafspades
Small note: For the release highlights, I believe PEP 681 should be under the typing category. ___ 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

[Python-Dev] [RELEASE] The last 3.11 beta release (3.11.0b5) is now available

2022-07-26 Thread Pablo Galindo Salgado
12 SHA256 (Python-3.11.0b5.tar.xz) = 3810bd22f7dc34a99c2a2eb4b85264a4df4f05ef59c4e0ccc2ea82ee9c491698 SHA256 (Python-3.11.0b5.tgz) = 3f7d1a4ab0e64425f4ffd92d49de192ad2ee1c62bc52e3877e9f7b254c702e60 ___________ Python-Dev mailing list -- python-dev@python.org To unsubscribe send an email to

[Python-Dev] Re: CACHE opcode in Python 3.11 bytecode

2022-07-25 Thread Jeremiah Gabriel Pascual
The CACHE opcode is a new 3.11+ opcode which is kind of a NOP but is used by some other opcodes to store cache information for specialization. A map of -> is in `dis._inline_cache_entries` if that helps with this. ___ Python-Dev mailing l

[Python-Dev] CACHE opcode in Python 3.11 bytecode

2022-07-25 Thread Matthieu Dartiailh
E instructions to be present ? Best Matthieu C. Dartiailh PS: I know the mailing list is going to be retired but I did not yet got everything configured for Discourse.___________ Python-Dev mailing list -- python-dev@python.org To unsubscribe send an em

[Python-Dev] Re: Switching to Discourse

2022-07-24 Thread Zachary Ware
On Sat, Jul 23, 2022, 19:33 Steven Barker wrote: > So to give my final takeaway: It might be possible for Discourse to > replace Python-dev, even for those who wish to get their messages by email. > But the user experience of signing up is vastly worse, and will need much > more t

[Python-Dev] Re: Switching to Discourse

2022-07-23 Thread Steven Barker
hink I just failed to save my choices in the settings screen, and I got it right the second time I tried. The firehose was tamed to a reasonable rate of flow. I do still think that experience is much worse than signing up for just the python-dev mailing list. While excluding the Users (now Pytho

[Python-Dev] Re: Switching to Discourse

2022-07-22 Thread Christopher Barker
Language Consulting - Teaching - Scientific Software Development - Desktop GUI and Web Development - wxPython, numpy, scipy, Cython ___ Python-Dev mailing list -- python-dev@python.org To unsubscribe send an email to python-dev-le...@python.org https

[Python-Dev] Re: PEP 563 and Python 3.10.

2022-07-22 Thread shibaa987
What about the known CVEs for Python 3.10?? I have been running a website (https://mehndidesign.io/) on a self hosted Ubuntu running on WordOps which uses Python 3.10. Is there any security hole which I should be worried about? Thanks. ___ Python-Dev

[Python-Dev] Re: Switching to Discourse

2022-07-22 Thread Samuel Colvin
ll in" with discuss.python.org/Discourse I think GH >> discussions should be seriously considered. >> > > If you can get people excited enough to say they are willing to give it a > try, and the folks saying they are going to stop participating if/when we > move to Discourse

[Python-Dev] Re: Switching to Discourse

2022-07-22 Thread Brett Cannon
to Discourse would actually stay if we moved to Discussions, then we can definitely talk about it. -Brett > > Samuel > > -- > > Samuel Colvin > > > On Fri, 15 Jul 2022 at 12:19, Petr Viktorin wrote: > >> Hello, >> Currently development discussions are split b

[Python-Dev] Re: Switching to Discourse

2022-07-22 Thread Samuel Colvin
. Before going "all in" with discuss.python.org/Discourse I think GH discussions should be seriously considered. Samuel -- Samuel Colvin On Fri, 15 Jul 2022 at 12:19, Petr Viktorin wrote: > Hello, > Currently development discussions are split between multiple > communicatio

[Python-Dev] Re: Switching to Discourse

2022-07-22 Thread Steven D'Aprano
your list of watched categories under the notification settings: I think you may have missed actually inserting the settings. -- Steve ___________ Python-Dev mailing list -- python-dev@python.org To unsubscribe send an email to python-dev-le...@python.org ht

[Python-Dev] Re: Switching to Discourse

2022-07-22 Thread Stephen J. Turnbull
Already taken by the GNU Mailman community: https://www.mailmanhost.com :-) Steve _______ 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-dev.python.org/ M

[Python-Dev] Re: Switching to Discourse

2022-07-21 Thread Terry Reedy
___ 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-dev.python.org/ Message archived at https://mail.python.org/archives/list/python-dev@python.org/message

[Python-Dev] Re: Switching to Discourse

2022-07-21 Thread Stephen J. Turnbull
ordant". I would refine "live chat" to "full-duplex multicast media" (especially with rampant pseudonymity). Email included. ;-) -- Ask me about RFCs 5321 and 5322! ___________ Python-Dev mailing list -- python-dev@python.org To un

[Python-Dev] Re: Switching to Discourse

2022-07-21 Thread Cameron Simpson
rs, Cameron Simpson _______ 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-dev.python.org/ Message archived at https://mail.python.org/archives/list/python-dev@python.org/message/ZYCOWJM2BMIVN

[Python-Dev] Re: Switching to Discourse

2022-07-21 Thread David Mertz, Ph.D.
gt; https://devguide.python.org/developer-workflow/communication-channels/?highlight=discourse#enabling-mailing-list-mode >> > [...] > > So last night I tried activating mailing list mode, and I'm not remotely > satisfied with the experience so far. Where mailing lists are concerned, > I'

[Python-Dev] Re: Switching to Discourse

2022-07-21 Thread Christopher Barker
PhD (Chris) Python Language Consulting - Teaching - Scientific Software Development - Desktop GUI and Web Development - wxPython, numpy, scipy, Cython _______ Python-Dev mailing list -- python-dev@python.org To unsubscribe send an email to python-dev-le...@

[Python-Dev] Re: Switching to Discourse

2022-07-21 Thread Cameron Simpson
On 21Jul2022 15:42, Steven Barker wrote: >So last night I tried activating mailing list mode, and I'm not >remotely >satisfied with the experience so far. Where mailing lists are concerned, >I'm *only *subscribed to python-dev. Not python-users, not -ideas, not >-packaging (

[Python-Dev] Re: Switching to Discourse

2022-07-21 Thread Jonathan Goble
in the “mailing list mode” >> >> Is this note enough? >> >> https://devguide.python.org/developer-workflow/communication-channels/?highlight=discourse#enabling-mailing-list-mode >> > [...] > > So last night I tried activating mailing list mode, and I'm not remotely >

[Python-Dev] Re: Switching to Discourse

2022-07-21 Thread Jonathan Goble
On Thu, Jul 21, 2022, 15:26 Baptiste Carvello < devel2...@baptiste-carvello.net> wrote: > Le 21/07/2022 à 07:59, Stefan Behnel a écrit : > > > > I'm actually reading python-dev, c.l.py etc. through Gmane, and have > > done that ever since I joined. Simply because it's

[Python-Dev] Re: Switching to Discourse

2022-07-21 Thread Steven Barker
ow/communication-channels/?highlight=discourse#enabling-mailing-list-mode > [...] So last night I tried activating mailing list mode, and I'm not remotely satisfied with the experience so far. Where mailing lists are concerned, I'm *only *subscribed to python-dev. Not python-users, not -ideas,

[Python-Dev] Re: Switching to Discourse

2022-07-21 Thread Baptiste Carvello
Le 21/07/2022 à 07:59, Stefan Behnel a écrit : > > I'm actually reading python-dev, c.l.py etc. through Gmane, and have > done that ever since I joined. Simply because it's a mailing list of > which I don't need a local (content) copy, and wouldn't want one. Gmane > seems to

[Python-Dev] Re: Switching to Discourse

2022-07-21 Thread Baptiste Carvello
ed posters, one of which would be the Discourse mail feed. Hi, If GMANE would be allowed to subscribe, that would be a perfect fit! Cheers, baptiste _______ Python-Dev mailing list -- python-dev@python.org To unsubscribe send an email to python-dev-le...@p

[Python-Dev] Re: Switching to Discourse

2022-07-21 Thread Joshua Herman
? > > Discord isn't overlapping with Discourse. Think of Discord as replacing IRC > while also providing audio chat (and other things). For instance, people who > were working together to squash release blockers for b4 were chatting live on > Discord. > ___

[Python-Dev] Re: Switching to Discourse

2022-07-21 Thread Brett Cannon
e also providing audio chat (and other things). For instance, people who were working together to squash release blockers for b4 were chatting live on Discord. ___________ Python-Dev mailing list -- python-dev@python.org To unsubscribe send an email to p

[Python-Dev] Re: Switching to Discourse

2022-07-21 Thread MRAB
dvanced to being the hardest. _______ 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-dev.python.org/ Message archived at https://mail.python.org/archives/list/p

[Python-Dev] Re: Switching to Discourse

2022-07-21 Thread Mats Wichmann
(e.g. I'm utterly unmotivated by people trying to award badges for unlocking accomplishments, etc., but I know it's considered to work for many people) if comes off seeming silly, but I can just ignore that part. _______________ Python-Dev mailing list -- python-dev

[Python-Dev] Re: Switching to Discourse

2022-07-21 Thread Mats Wichmann
g. As the wag said, "These are only two hard things in computer science, cache invalidation and naming things". Add in IP lawyers and I think naming may have advanced to being the hardest. _______ Python-Dev mailing list -- python-dev@

[Python-Dev] Re: Switching to Discourse

2022-07-21 Thread Chris Angelico
It seems like they've tried to > make it a game, giving me the "opportunity" to buy boosts (or > whatever). What's up with that? Everything's gotta be funded somehow. ChrisA _______________ Python-Dev mailing list -- python-dev@python.org To

[Python-Dev] Re: Switching to Discourse

2022-07-21 Thread Mariatta
g/archives/list/python-committ...@python.org/thread/BVPITIYRECSGCX2JUTMT7F7CCCYQSK4K/#BVPITIYRECSGCX2JUTMT7F7CCCYQSK4K ___________ Python-Dev mailing list -- python-dev@python.org To unsubscribe send an email to python-dev-le...@python.org https://mail.py

[Python-Dev] Re: Switching to Discourse

2022-07-21 Thread Skip Montanaro
quot; to buy boosts (or whatever). What's up with that? Do we really need yet another place full of overlapping discussion channels? Skip _______ Python-Dev mailing list -- python-dev@python.org To unsubscribe send an email to python-dev-le...@python.org http

[Python-Dev] Re: Switching to Discourse

2022-07-21 Thread Antoine Pitrou
blem finding before since I haven’t been > >> subscribed for that long. > > I'm actually reading python-dev, c.l.py etc. through Gmane, and have done > that ever since I joined. Simply because it's a mailing list of which I > don't need a local (content) copy, and wouldn't wan

[Python-Dev] Re: Switching to Discourse

2022-07-21 Thread Samuel Colvin
se case? Samuel -- Samuel Colvin On Thu, 21 Jul 2022 at 18:06, Skip Montanaro wrote: > I have a perhaps stupid question. Is Discord the same as > discuss.python.org, just by another name? I find the similarity in > names a bit confusing. > > Skip > ______

[Python-Dev] Re: Switching to Discourse

2022-07-21 Thread Mariatta
ourse. Discord is something completely something else. Indeed the similarity is confusing. _______ 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-dev.pyth

[Python-Dev] Re: Switching to Discourse

2022-07-21 Thread Chris Angelico
hannels in real-time. If you're familiar with Slack, it's broadly similar in purpose. ChrisA _______ 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

[Python-Dev] Re: Switching to Discourse

2022-07-21 Thread Skip Montanaro
I have a perhaps stupid question. Is Discord the same as discuss.python.org, just by another name? I find the similarity in names a bit confusing. Skip ___ Python-Dev mailing list -- python-dev@python.org To unsubscribe send an email to python-dev-le

[Python-Dev] Re: Switching to Discourse

2022-07-21 Thread Eric Snow
On Thu, Jul 21, 2022 at 12:19 AM Stefan Behnel wrote: > I'm actually reading python-dev, c.l.py etc. through Gmane, and have done > that ever since I joined. Simply because it's a mailing list of which I > don't need a local (content) copy, and wouldn't want one. Gmane seems to > hav

[Python-Dev] Re: Switching to Discourse

2022-07-21 Thread Steven D'Aprano
is that Discourse's email works, but with a seemingly never-ending parade of annoyances and frustrations. -- Steve _______ Python-Dev mailing list -- python-dev@python.org To unsubscribe send an email to python-dev-le...@python.org https://mail.python

[Python-Dev] Re: Switching to Discourse

2022-07-21 Thread Cameron Simpson
g forums which require me to go to them (or, equally bad, send some kind of summary of new things - I'm looking at you, Google Groups). That Discourse does quite a good job of letting people participate via the forum or email is very welcome. But it has to be done correctly. Cheers, Cameron Si

[Python-Dev] Re: Switching to Discourse

2022-07-21 Thread Stefan Behnel
h.vetin...@gmx.com schrieb am 18.07.22 um 18:04: One of the comments in the retro was: Searching the archives is much easier and have found me many old threads that I probably would have problem finding before since I haven’t been subscribed for that long. I'm actually reading python-dev

[Python-Dev] Re: Switching to Discourse

2022-07-20 Thread Stephen J. Turnbull
case getting any sanity in Discourse email could be very expensive for Discourse. Steve ___ 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-dev.python.org/

[Python-Dev] Re: Switching to Discourse

2022-07-20 Thread Simon Cross
I'm -1 on moving to the walled garden, but I don't expect this to change anyone's mind. I don't know if I'll move over to Discourse or not. ___ Python-Dev mailing list -- python-dev@python.org To unsubscribe send an email to python-dev-le...@python.org

[Python-Dev] Re: Switching to Discourse

2022-07-20 Thread Cameron Simpson
bogus - they can be fixed (I'll submit a bug report, someone told me how to do that...) Cheers, Cameron Simpson _______ Python-Dev mailing list -- python-dev@python.org To unsubscribe send an email to python-dev-le...@python.org https://mail.python.org/mail

[Python-Dev] Re: Switching to Discourse

2022-07-20 Thread Stephen J. Turnbull
s in HyperKitty (maybe that's already a consequence of "no subscribers"?) I don't know how hard that would be. Steve _______________ Python-Dev mailing list -- python-dev@python.org To unsubscribe send an email to python-dev-le...@python.org https://mail.

[Python-Dev] Re: Switching to Discourse

2022-07-20 Thread Ethan Furman
On 7/20/22 17:35, Cameron Simpson wrote: > On 18Jul2022 16:53, Joannah Nanjekye wrote: >> My original stand on preferring email stands though due to stable >> standards. > > Several of us use the email mode in Discourse. It works quite well. For > me, both python-de

[Python-Dev] Re: Switching to Discourse

2022-07-20 Thread Cameron Simpson
On 18Jul2022 16:53, Joannah Nanjekye wrote: >I see I might have misunderstood, thinking a python-dev channel on discuss >was not as active as the mailing list. Understood. > >My original stand on preferring email stands though due to stable >standards. Several of us use

[Python-Dev] Re: Do not harass other mailing list subscribers privately

2022-07-20 Thread Lou Pereira
Thank you Brett and totally agree. Learning should not be clouded by any other agenda, we are very smart people and should conduct ourselves as such, with respect. From: Brett Cannon Sent: Wednesday, July 20, 2022 5:55 PM To: python-dev Subject: [Python-Dev] Do not harass other mailing list

[Python-Dev] Do not harass other mailing list subscribers privately

2022-07-20 Thread Brett Cannon
___ 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-dev.python.org/ Message archived at https://mail.python.org/archives/list/python-dev@python.org/message

[Python-Dev] Re: compiling errors, SSL

2022-07-20 Thread Brett Cannon
On Tue, Jul 19, 2022 at 2:17 PM Kevin T via Python-Dev < python-dev@python.org> wrote: > I have built this on systems at work, that are populated by CAD guys who > have developed a good set of libraries to maintain in a linux > distribution. Went without a hitch. > >

[Python-Dev] Re: Switching to Discourse

2022-07-20 Thread Eric Snow
a > separate discourse category that's then archived, but at least searchable. > This would also lower the hurdle of new(er) contributors to investigate > previous discussion on a given topic. +1 -eric _______________ Python-Dev mailing list -- py

[Python-Dev] Re: Switching to Discourse

2022-07-20 Thread Eric Snow
On Fri, Jul 15, 2022 at 5:21 AM Petr Viktorin wrote: > The Steering Council would like to switch from python-dev to > discuss.python.org. This seems like a net win for the community so +1 from me. (For me personally it amounts to disruption with little advantage, so I'd probably

[Python-Dev] Re: Switching to Discourse

2022-07-20 Thread Eric Snow
-eric ___ 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-dev.python.org/ Message archived at https://mail.python.org/archives/list/python-dev@pyth

[Python-Dev] compiling errors, SSL

2022-07-19 Thread Kevin T via Python-Dev
.sh >python-config make[1]: Leaving directory '/home/kevin/Sources/Python-3.10.5' This looks to me like it is having problems with finding the ssl and causing the failure.  Is it looking for 32bit versions?  How do I tell it that there are no 32bit versions. Thanks for your attention. Kev

[Python-Dev] Presenting PEP 692: Using TypedDict for more precise **kwargs typing

2022-07-18 Thread Franek Magiera
to the discuss thread: https://discuss.python.org/t/pep-692-using-typeddict-for-more-precise-kwargs-typing/17314 ___ Python-Dev mailing list -- python-dev@python.org To unsubscribe send an email to python-dev-le...@python.org https://mail.python.org

[Python-Dev] Re: Switching to Discourse

2022-07-18 Thread h . vetinari
3] https://discourse.llvm.org/t/response-to-the-move-to-discourse-retrospective/63159 _______ 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-dev.python.org

[Python-Dev] Re: [SPAM] Re: Switching to Discourse

2022-07-18 Thread Baptiste Carvello
an only read the first message of each thread. Then I have to "Read full topic" through the nightmarish web interface with its nag screens. Is there a way to access all posts through the mail/RSS client, preferably with a threaded view? Cheers, Baptiste ________

[Python-Dev] Re: Switching to Discourse

2022-07-18 Thread Skip Montanaro
> > I don't think I *can* do much more than accept it and move on: > *if python-dev was used by everyone*, rather than almost exclusively by > people who prefer e-mail (and presumably use threading mail clients), > we'd get mangled threading anyway from all the non-threaded cl

[Python-Dev] Re: Switching to Discourse

2022-07-18 Thread Joannah Nanjekye
I see I might have misunderstood, thinking a python-dev channel on discuss was not as active as the mailing list. Understood. My original stand on preferring email stands though due to stable standards. On Mon., Jul. 18, 2022, 4:41 p.m. Petr Viktorin, wrote: > On 15. 07. 22 21:13, Joan

[Python-Dev] Re: Switching to Discourse

2022-07-18 Thread Petr Viktorin
On 15. 07. 22 21:13, Joannah Nanjekye wrote: I am -1 for leaving email due to the long history of standardization, for a platform whose future I don't know about. When you say core development is busier, does that mean the experiment with python-dev failed? aka wasn't a success, if so why

[Python-Dev] Re: Switching to Discourse

2022-07-18 Thread Petr Viktorin
keeps a logical flow, but Discourse has everything linear which means that as I read it the conversation keeps jumping around, making it hard to follow. I accepted that it's linear. I don't think I *can* do much more than accept it and move on: if python-dev was used by everyone, rather than

[Python-Dev] Re: Switching to Discourse

2022-07-18 Thread Petr Viktorin
feeds, I am interested in tips there as well. I don't use RSS feeds. ___ 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-dev.python.org/ Message

[Python-Dev] Re: Switching to Discourse

2022-07-16 Thread Stefan Behnel
Petr Viktorin schrieb am 15.07.22 um 13:18: The discuss.python.org experiment has been going on for quite a while, and while the platform is not without its issues, we consider it a success. The Core Development category is busier than python-dev. According to staff, discuss.python.org is much

[Python-Dev] Re: Presenting PEP 695: Type Parameter Syntax

2022-07-16 Thread Stephen J. Turnbull
@with type S @with type T class ClassA(Protocol): ... # OK A thought: would it be possible to actually make it a with statement? with Typevar() as T: def func1(a: T) -> T Of course there might have to be magic in Typevar, but it would be far more palatable to me than giving unary @ two kinds of

[Python-Dev] Re: [RELEASE] The cursed fourth Python 3.11 beta (3.11.0b4) is available

2022-07-16 Thread Stephen J. Turnbull
n does one need the wacky stuff in a release announcement? Steve _______ 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-dev.python.org/ Message arc

[Python-Dev] Re: Switching to Discourse

2022-07-16 Thread Miro Hrončok
. If you prefer to use the RSS feeds, I am interested in tips there as well. Thanks, -- Miro Hrončok -- Phone: +420777974800 IRC: mhroncok ___ Python-Dev mailing list -- python-dev@python.org To unsubscribe send an email to python-dev-le...@python.org https

[Python-Dev] Re: Switching to Discourse

2022-07-15 Thread Cameron Simpson
t-after-this-function-is-called-like-this/14680/15 but have not got to submitting a bug report. Cheers, Cameron Simpson ___________ Python-Dev mailing list -- python-dev@python.org To unsubscribe send an email to python-dev-le...@python.org https://mail.python.org/

[Python-Dev] Re: Switching to Discourse

2022-07-15 Thread Barry Warsaw
ed with OpenPGP _______ 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-dev.python.org/ Message archived at https://mail.python.org/archives/list/python

[Python-Dev] Re: Switching to Discourse

2022-07-15 Thread Joannah Nanjekye
I am -1 for leaving email due to the long history of standardization, for a platform whose future I don't know about. When you say core development is busier, does that mean the experiment with python-dev failed? aka wasn't a success, if so why are we moving python-dev too if it's not working

[Python-Dev] Re: Switching to Discourse

2022-07-15 Thread Ethan Furman
linear which means that as I read it the conversation keeps jumping around, making it hard to follow. -- ~Ethan~ ___ Python-Dev mailing list -- python-dev@python.org To unsubscribe send an email to python-dev-le...@python.org https://mail.python.org/ma

[Python-Dev] Re: Switching to Discourse

2022-07-15 Thread Erlend Egeberg Aasland
split between multiple > communication channels, for example: > - python-dev and discuss.python.org for design discussions, > - GitHub Issues and Pull Requests for specific changes, > - IRC, Discord and private chats for real-time discussions, > - Topic-specific channels like typin

[Python-Dev] Re: New `python` Organization Repository Policy

2022-07-15 Thread Brett Cannon
e asyncio, exceptiongroups >> or typed_ast and drafts of new guides and other documentation (e.g. >> redistributor-guide). >> >> General-use tools and libraries (e.g. mypy or black) should also be >> developed outside the python organization, unless core devs (as >> represented by the SC) s

[Python-Dev] Re: Switching to Discourse

2022-07-15 Thread Mariatta
. On Fri, Jul 15, 2022 at 4:26 AM Petr Viktorin wrote: > Hello, > Currently development discussions are split between multiple > communication channels, for example: > - python-dev and discuss.python.org for design discussions, > - GitHub Issues and Pull Requests for specific changes, &

[Python-Dev] Re: Switching to Discourse

2022-07-15 Thread Barry Warsaw
ore Development category is busier than python-dev. According to staff, > discuss.python.org is much easier to moderate.. If you're following > python-dev but not discuss.python.org, you're missing out. > > The Steering Council would like to switch from python-dev to > dis

[Python-Dev] Re: [RELEASE] The cursed fourth Python 3.11 beta (3.11.0b4) is available

2022-07-15 Thread Samuel Colvin
t; > 4. It implements ISO 8601 (which exists for a reason): > > https://en.wikipedia.org/wiki/ISO_8601#Calendar_dates > > Yes!!! "Standardization is my Valentine!" :-D > > -- > RIP WotR Bombshell > _______ > Python-D

[Python-Dev] Re: Presenting PEP 695: Type Parameter Syntax

2022-07-15 Thread Patrick Reader
uot; groups are closed, instead of > > _______________ 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-dev.python.org/ Message archived at https://mail.python.org/archiv

[Python-Dev] Re: [RELEASE] The cursed fourth Python 3.11 beta (3.11.0b4) is available

2022-07-15 Thread h . vetinari
Agreed on all 4 counts! :) ___ 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-dev.python.org/ Message archived at https://mail.python.org

[Python-Dev] Re: [SPAM] Re: Switching to Discourse

2022-07-15 Thread Petr Viktorin
On 15. 07. 22 17:34, Phil Thompson via Python-Dev wrote: On 15/07/2022 16:09, Rob Boehne via Python-Dev wrote: 100% agree – dealing with 5 or more platforms for discussion groups is a nightmare, and I tend not to follow any of them as closely for that reason. I agree. I don't mind having

[Python-Dev] Re: Switching to Discourse

2022-07-15 Thread Petr Viktorin
On 15. 07. 22 16:24, Skip Montanaro wrote: The discuss.python.org <http://discuss.python.org> experiment has been going on for quite a while, and while the platform is not without its issues, we consider it a success. The Core Development category is busier than pyth

[Python-Dev] Re: [SPAM] Re: Switching to Discourse

2022-07-15 Thread Phil Thompson via Python-Dev
On 15/07/2022 16:09, Rob Boehne via Python-Dev wrote: 100% agree – dealing with 5 or more platforms for discussion groups is a nightmare, and I tend not to follow any of them as closely for that reason. I agree. I don't mind having to use Discourse if I want to take part in a discussion

[Python-Dev] Re: Switching to Discourse

2022-07-15 Thread Peter Wang via Python-Dev
.g. the WebAssembly group is: https://discuss.python.org/c/webassembly/28 And its corresponding RSS feed is: https://discuss.python.org/c/webassembly/28.rss Cheers, Peter ___________ Python-Dev mailing list -- python-dev@python.org To unsubscribe send an email to python-dev-le...

[Python-Dev] Re: [SPAM] Re: Switching to Discourse

2022-07-15 Thread Rob Boehne via Python-Dev
100% agree – dealing with 5 or more platforms for discussion groups is a nightmare, and I tend not to follow any of them as closely for that reason. From: Skip Montanaro Date: Friday, July 15, 2022 at 9:26 AM To: Petr Viktorin Cc: python-dev@python.org Subject: [SPAM] [Python-Dev] Re

[Python-Dev] Re: Switching to Discourse

2022-07-15 Thread Skip Montanaro
> > The discuss.python.org experiment has been going on for quite a while, > and while the platform is not without its issues, we consider it a > success. The Core Development category is busier than python-dev. > According to staff, discuss.python.org is much easier to moderat

[Python-Dev] Re: Presenting PEP 695: Type Parameter Syntax

2022-07-15 Thread Paul Ganssle
but it feels more verbose than the current proposal, and it's not in line with what most other languages do._______ 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/pytho

[Python-Dev] Re: New `python` Organization Repository Policy

2022-07-15 Thread Joannah Nanjekye
xperimental features like asyncio, exceptiongroups > or typed_ast and drafts of new guides and other documentation (e.g. > redistributor-guide). > > General-use tools and libraries (e.g. mypy or black) should also be > developed outside the python organization, unless core devs (

[Python-Dev] New `python` Organization Repository Policy

2022-07-15 Thread Petr Viktorin
. typeshed, tzdata, or pythoncapi-compat). ___ 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-dev.python.org/ Message archived at https

[Python-Dev] Switching to Discourse

2022-07-15 Thread Petr Viktorin
Hello, Currently development discussions are split between multiple communication channels, for example: - python-dev and discuss.python.org for design discussions, - GitHub Issues and Pull Requests for specific changes, - IRC, Discord and private chats for real-time discussions, - Topic

[Python-Dev] Re: [RELEASE] The cursed fourth Python 3.11 beta (3.11.0b4) is available

2022-07-14 Thread Stephen J. Turnbull
Alan G. Isaac writes: > 4. It implements ISO 8601 (which exists for a reason): > https://en.wikipedia.org/wiki/ISO_8601#Calendar_dates Yes!!! "Standardization is my Valentine!" :-D -- RIP WotR Bombshell _______ Python-Dev mailing li

[Python-Dev] Re: Presenting PEP 695: Type Parameter Syntax

2022-07-14 Thread Terry Reedy
proposing [] over <>. I agree that giving the motivation above (and the one deleted) would be good idea. -- Terry Jan Reedy _______ Python-Dev mailing list -- python-dev@python.org To unsubscribe send an email to python-dev-le...@python.org https://

[Python-Dev] Re: [RELEASE] The cursed fourth Python 3.11 beta (3.11.0b4) is available

2022-07-14 Thread Alan G. Isaac
 largest to smallest). 2. It's easier to sort them. 3. It removes the confusion over whether it's DD/MM/ or MM/DD/. ___ Python-Dev mailing list -- python-dev@python.org To unsubscribe send an email to python-dev-le...@python.org https

[Python-Dev] Re: [RELEASE] The cursed fourth Python 3.11 beta (3.11.0b4) is available

2022-07-14 Thread MRAB
. It removes the confusion over whether it's DD/MM/ or MM/DD/. ___ 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-dev.python.org/ Message archived

[Python-Dev] Re: Presenting PEP 695: Type Parameter Syntax

2022-07-14 Thread Guido van Rossum
gt; braces in close proximity. Using angle brackets would make the distinction > between typevars and function parameters clearer. > _______________ > Python-Dev mailing list -- python-dev@python.org > To unsubscribe send an email to python-dev-le...@pyth

[Python-Dev] Re: Exceptions and tracebacks and frames, oh my!

2022-07-14 Thread Guido van Rossum
I hope) is a simple > question -- if there's a FM I should be reading, please let me know! > > Yonatan > ___________ > 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-dev.python.org/ &

[Python-Dev] Re: Presenting PEP 695: Type Parameter Syntax

2022-07-14 Thread o . jacob . nilsson
in the PEP look a bit messy with so many parentheses and square braces in close proximity. Using angle brackets would make the distinction between typevars and function parameters clearer. ___ Python-Dev mailing list -- python-dev@python.org To unsubscribe

<    1   2   3   4   5   6   7   8   9   10   >