Re: Disable 'style PEP' messages

2023-05-04 Thread dn via Python-list
On 05/05/2023 04.28, Kevin M. Wilson via Python-list wrote: Hi... How do I set Pycharm to find only syntax errors?!! Please review response to previous message re:configuring PyCharm's helpful features towards to coders and quality-coding... -- Regards, =dn -- https://mail.python.org/mailman

Re: Disable 'style PEP' messages

2023-05-04 Thread Mats Wichmann
On 5/4/23 10:28, Kevin M. Wilson via Python-list wrote: Hi... How do I set Pycharm to find only syntax errors?!! By configuring PyCharm the way you want. See PyCharm's documentation for how to do that. Hint: Settings -> Editor -> Code Style -> Inspections -- https://mail.python.org/mailm

Disable 'style PEP' messages

2023-05-04 Thread Kevin M. Wilson via Python-list
Hi... How do I set Pycharm to find only syntax errors?!! "When you pass through the waters, I will be with you: and when you pass through the rivers, they will not sweep over you. When you walk through the fire, you will not be burned: the flames will not set you ablaze."      Isaiah 43:2 | |

RE: XXX XXX should stop sending me rude email messages.

2023-02-27 Thread avi.e.gross
Michael, Although I appreciate much of what you say, I ask humbly and politely that we change the Subject line for messages like this one. HH is out of range for now, albeit I think he can still read what we say. But keeping the name Michael Torrie in the subject line, should be sort of XXX

Re: Rob Cliffe should stop sending me rude email messages.

2023-02-27 Thread Michael Torrie
On 2/27/23 09:17, Grant Edwards wrote: > On 2023-02-27, Michael Torrie wrote: > >> I've been putting off sending this message for days, but the list noise >> level is now to the point that it has to be said. > > Ah, I've finially realized why some of those threads have seemed so > disjointed to

Re: Rob Cliffe should stop sending me rude email messages.

2023-02-27 Thread Grant Edwards
On 2023-02-27, Michael Torrie wrote: > I've been putting off sending this message for days, but the list noise > level is now to the point that it has to be said. Ah, I've finially realized why some of those threads have seemed so disjointed to me. Years ago, I plonked all posts which are (like

Re: Rob Cliffe should stop sending me rude email messages.

2023-02-27 Thread Michael Torrie
n Python into LISP! :) Do you understand why your posts have been causing frustration? This is an existing community that you've chosen to join. Many of the people you've insulted here, including dn have been participating and helpfully contributing to this list for many years. Please s

Re: Rob Cliffe should stop sending me rude email messages.

2023-02-26 Thread Larry Martell
On Sun, Feb 26, 2023 at 3:49 PM Hen Hanna wrote: > > Rob Cliffe should stop sending me rude email messages. You should stop spamming this lists with with meaningless posts. -- https://mail.python.org/mailman/listinfo/python-list

Re: Rob Cliffe should stop sending me rude email messages.

2023-02-26 Thread Hen Hanna
didn't get through, apparently) were among the few that were relevant. On Sunday, February 26, 2023 at 10:10:09 AM UTC-8, Hen Hanna wrote: > Rob Cliffe should stop sending me rude email messages. > > > At the very least, Rob Cliffe should s

Rob Cliffe should stop sending me rude email messages.

2023-02-26 Thread Hen Hanna
Rob Cliffe should stop sending me rude email messages. At the very least, Rob Cliffe should stop sending me ANY email messages, if he doesn't intend to an email i've sent him. -- https://mail.python.org/mailman/listinfo/python-list

Re: Ref-strings in logging messages (was: Performance issue with CPython 3.10 + Cython)

2022-10-24 Thread Barry Scott
t; > Date: Friday, October 7, 2022 at 1:30 PM > To: MRAB mailto:pyt...@mrabarnett.plus.com>> > Cc: python-list@python.org <mailto:python-list@python.org> > mailto:python-list@python.org>> > Subject: Re: Ref-strings in logging messages (was: Performance issue with

Re: Ref-strings in logging messages (was: Performance issue with CPython 3.10 + Cython)

2022-10-08 Thread Weatherby,Gerard
hello" logging.basicConfig() logging.debug(Defer(some_expensive_function)) From: Python-list on behalf of Barry Date: Friday, October 7, 2022 at 1:30 PM To: MRAB Cc: python-list@python.org Subject: Re: Ref-strings in logging messages (was: Performance issue with CPython 3.10 + Cython) *** Attentio

Re: Ref-strings in logging messages (was: Performance issue with CPython 3.10 + Cython)

2022-10-07 Thread Julian Smith
On Fri, 7 Oct 2022 18:28:06 +0100 Barry wrote: > > On 7 Oct 2022, at 18:16, MRAB wrote: > > > > On 2022-10-07 16:45, Skip Montanaro wrote: > >>> On Fri, Oct 7, 2022 at 9:42 AM Andreas Ames > >>> > >>> wrote: > >>> 1. The culprit was me. As lazy as I am, I have used f-strings all over the >

Re: Ref-strings in logging messages (was: Performance issue with CPython 3.10 + Cython)

2022-10-07 Thread Barry
ebug = logger_from(DEBUG) log_debug and log_debug(‘expensive %s’ % (complex(),)) Barry > > From: Python-list on > behalf of Barry > Date: Friday, October 7, 2022 at 1:30 PM > To: MRAB > Cc: python-list@python.org > Subject: Re: Ref-strings in logging messages (was: Pe

Re: Ref-strings in logging messages (was: Performance issue with CPython 3.10 + Cython)

2022-10-07 Thread Weatherby,Gerard
To: MRAB Cc: python-list@python.org Subject: Re: Ref-strings in logging messages (was: Performance issue with CPython 3.10 + Cython) *** Attention: This is an external email. Use caution responding, opening attachments or clicking on links. *** > On 7 Oct 2022, at 18:16, MRAB wrote: >

Re: Ref-strings in logging messages (was: Performance issue with CPython 3.10 + Cython)

2022-10-07 Thread Barry
> On 7 Oct 2022, at 18:16, MRAB wrote: > > On 2022-10-07 16:45, Skip Montanaro wrote: >>> On Fri, Oct 7, 2022 at 9:42 AM Andreas Ames >>> wrote: >>> 1. The culprit was me. As lazy as I am, I have used f-strings all over the >>> place in calls to `logging.logger.debug()` and friends, evaluatin

Re: Ref-strings in logging messages (was: Performance issue with CPython 3.10 + Cython)

2022-10-07 Thread MRAB
On 2022-10-07 16:45, Skip Montanaro wrote: On Fri, Oct 7, 2022 at 9:42 AM Andreas Ames wrote: 1. The culprit was me. As lazy as I am, I have used f-strings all over the place in calls to `logging.logger.debug()` and friends, evaluating all arguments regardless of whether the logger was enabled

Re: Ref-strings in logging messages (was: Performance issue with CPython 3.10 + Cython)

2022-10-07 Thread Barry
> On 7 Oct 2022, at 16:48, Skip Montanaro wrote: > > On Fri, Oct 7, 2022 at 9:42 AM Andreas Ames > wrote: > >> 1. The culprit was me. As lazy as I am, I have used f-strings all over the >> place in calls to `logging.logger.debug()` and friends, evaluating all >> arguments regardless of wheth

Re: Ref-strings in logging messages (was: Performance issue with CPython 3.10 + Cython)

2022-10-07 Thread Skip Montanaro
Dang autocorrect. Subject first word was supposed to be "f-strings" not "ref-strings." Sorry about that. S On Fri, Oct 7, 2022, 10:45 AM Skip Montanaro wrote: > > > On Fri, Oct 7, 2022 at 9:42 AM Andreas Ames > wrote: > >> 1. The culprit was me. As lazy as I am, I have used f-strings all over

Ref-strings in logging messages (was: Performance issue with CPython 3.10 + Cython)

2022-10-07 Thread Skip Montanaro
On Fri, Oct 7, 2022 at 9:42 AM Andreas Ames wrote: > 1. The culprit was me. As lazy as I am, I have used f-strings all over the > place in calls to `logging.logger.debug()` and friends, evaluating all > arguments regardless of whether the logger was enabled or not. > I thought there was some dis

Re: How to iterate through maildir messages in python 3?

2021-06-27 Thread Chris Green
Dennis Lee Bieber wrote: > On Fri, 25 Jun 2021 09:19:49 +0100, Chris Green declaimed the > following: > > > > >Here's the full program where I'm encountering the error (yes, I > >should have posted this first time around) :- > > > >#!/usr/bin/python3 > > > >import mailbox > >import s

Re: How to iterate through maildir messages in python 3?

2021-06-26 Thread Chris Green
; > > you just want a rough-and-ready idea of what the message > > > contains, you could do this: > > > > > > print(repr(msg)) > > > > > > However, that won't work very well if the message doesn't > > > consist of mostly text in

Re: How to iterate through maildir messages in python 3?

2021-06-25 Thread Chris Angelico
> print(repr(msg)) > > > > However, that won't work very well if the message doesn't > > consist of mostly text in an ASCII-compatible encoding. > > > > If you want something better, Python comes with some standard > > library code for dealing with m

Re: How to iterate through maildir messages in python 3?

2021-06-25 Thread Chris Green
Gilmeh Serda wrote: > On Fri, 25 Jun 2021 09:19:49 +0100, Chris Green wrote: > > > TypeError: string argument expected, got 'bytes' > > couple things comes to mind: > > 1. find py2 as archive, put it somewhere and run it from that > Hmm! :-) > 2. convert the bytes to str (find and replace) >

Re: How to iterate through maildir messages in python 3?

2021-06-25 Thread Chris Green
this will depend on what your purpose is. If > you just want a rough-and-ready idea of what the message > contains, you could do this: > > print(repr(msg)) > > However, that won't work very well if the message doesn't > consist of mostly text in an ASCII-compatible enc

How to iterate through maildir messages in python 3?

2021-06-24 Thread Chris Green
In python 2 one can do:- for msg in maildir: print msg # or whatever you want to do with the message However in python 3 this produces "TypeError: string argument expected, got 'bytes'". How should one iterate over a maildir in python3? (I've been here before but this probl

Re: How to iterate through maildir messages in python 3?

2021-06-24 Thread Greg Ewing
However, that won't work very well if the message doesn't consist of mostly text in an ASCII-compatible encoding. If you want something better, Python comes with some standard library code for dealing with mail messages. Check out the 'email' module. -- Greg -- https://mail.python.org/mailman/listinfo/python-list

Re: Final statement from Steering Council on politically-charged commit messages

2020-08-19 Thread Tim Daneliuk
On 8/19/20 3:29 PM, Ethan Furman wrote: > On 8/19/20 12:40 PM, Tim Daneliuk wrote: >> On 8/19/20 2:00 PM, Karen Shaeffer wrote: > >>> Considering all your posts on this thread, it is reasonable to infer you >>> have some ideological motivations. >> >> My motivation was to demonstrate that if peop

[closed] Final statement from Steering Council on politically-charged commit messages

2020-08-19 Thread Ethan Furman
This thread is now closed. Thank you for your cooperation. -- ~Ethan~ Python List Moderator -- https://mail.python.org/mailman/listinfo/python-list

Re: Final statement from Steering Council on politically-charged commit messages

2020-08-19 Thread Calvin Spealman
Tim, Technology is political. Deal with it. Signed, Common Fucking Sense On Wed, Aug 19, 2020 at 4:02 PM Tim Daneliuk wrote: > On 8/19/20 1:10 PM, J. Pic wrote: > > Tim, don't you also think that statements should be backed by > > evidence, even more if they are particularly accusatory ? > > >

Re: Final statement from Steering Council on politically-charged commit messages

2020-08-19 Thread Ethan Furman
On 8/19/20 12:40 PM, Tim Daneliuk wrote: On 8/19/20 2:00 PM, Karen Shaeffer wrote: Considering all your posts on this thread, it is reasonable to infer you have some ideological motivations. My motivation was to demonstrate that if people of your ilk are free to peddle their worldview, Un

Re: Final statement from Steering Council on politically-charged commit messages

2020-08-19 Thread Tim Daneliuk
On 8/19/20 1:10 PM, J. Pic wrote: > Tim, don't you also think that statements should be backed by > evidence, even more if they are particularly accusatory ? > > We'll be lucky if S&W's editor doesn't sue the PSF for slandering for > publishing that S&W "upholds white supremacy". > As a general

Re: Final statement from Steering Council on politically-charged commit messages

2020-08-19 Thread Tim Daneliuk
On 8/19/20 2:00 PM, Karen Shaeffer wrote: > Where you conclude with: "Methinks there is an ideological skunk in the > parlor …” > > Considering all your posts on this thread, it is reasonable to infer you have > some ideological motivations. My motivation was to demonstrate that if people of yo

Re: Final statement from Steering Council on politically-charged commit messages

2020-08-19 Thread J. Pic
On Wed, Aug 19, 2020 at 3:33 AM Tim Daneliuk wrote: > On 8/18/20 6:34 PM, rmli...@riseup.net wrote: > > I would kindly recommend that folks just educate themselves on what > > ... > > Resources: > > The Invention of the White Race: Volume II: > http://ouleft.org/wp-content/uploads/Invention-White

Re: Final statement from Steering Council on politically-charged commit messages

2020-08-19 Thread Karen Shaeffer via Python-list
>> on a soapbox and preach. The time to preach was when debating the change; >> commit messages, in many people's opinions, is not the time to espouse >> non-technical opinions > > I would argue that these highly polarizing political discussions never have > a pla

Re: Final statement from Steering Council on politically-charged commit messages

2020-08-19 Thread J. Pic
Tim, don't you also think that statements should be backed by evidence, even more if they are particularly accusatory ? We'll be lucky if S&W's editor doesn't sue the PSF for slandering for publishing that S&W "upholds white supremacy". -- https://mail.python.org/mailman/listinfo/python-list

Re: Final statement from Steering Council on politically-charged commit messages

2020-08-19 Thread Tim Daneliuk
On 8/18/20 12:18 PM, gia wrote: > That's why I picked Math, it is also universally accepted, it's very > strict, and it leaves the reader to decide its color based on themselves > (it's not white btw :) Sorry, but when it comes to the demands of the woke, you are not immune. Reported widely ear

Re: Final statement from Steering Council on politically-charged commit messages

2020-08-19 Thread Tim Daneliuk
hilosophical > "what is understandable") . In fact, that is how the topic was initially  > presented. > > What people *are* complaining about is the use of a commit message to stand > on a soapbox and preach. The time to preach was when debating the change; > commit messages, i

Re: Final statement from Steering Council on politically-charged commit messages

2020-08-19 Thread J. Pic
On Wed, Aug 19, 2020 at 4:06 PM Ethan Furman wrote: > The purported issue is that Strunk and White itself is doing the upholding. Still trying to find some actual evidence. -- ∞ -- https://mail.python.org/mailman/listinfo/python-list

Re: Final statement from Steering Council on politically-charged commit messages

2020-08-19 Thread Ethan Furman
On 8/19/20 6:35 AM, Alexandre Brault wrote: What people *are* complaining about is the use of a commit message to stand on a soapbox and preach. The time to preach was when debating the change; commit messages, in many people's opinions, is not the time to espouse non-technical opinions

Re: Final statement from Steering Council on politically-charged commit messages

2020-08-19 Thread Alexandre Brault
sophical "what is understandable") . In fact, that is how the topic was initially presented. What people *are* complaining about is the use of a commit message to stand on a soapbox and preach. The time to preach was when debating the change; commit messages, in many people's op

Re: Final statement from Steering Council on politically-charged commit messages

2020-08-19 Thread Ethan Furman
On 8/19/20 2:55 AM, J. Pic wrote: [...] but still, I don't understand how this sentence (changed by the patch): When writing English, follow Strunk and White. Does "uphold relics of white supremacy" (as per the commit message). Thanks in advance for your simple explanation (I'm not a native

Re: Final statement from Steering Council on politically-charged commit messages

2020-08-19 Thread J. Pic
On Wed, Aug 19, 2020 at 3:33 AM Tim Daneliuk wrote: > > I would also like to help you become educated. Be sure to check > out these literary treasures - they are the foundation of the > worldview you are espousing: > > > The_Origin of the Family, Private Property, and the State - Engels > > Das K

Re: Final statement from Steering Council on politically-charged commit messages

2020-08-19 Thread J. Pic
My origins are Jewish Algerian which is just hated by just all parties you could think off, but can not be considered as white. Nonetheless, I'm not angry in any way, rather amused, but still, I don't understand how this sentence (changed by the patch): > When writing English, follow Strunk and W

Re: Final statement from Steering Council on politically-charged commit messages

2020-08-19 Thread Robin Becker
On 18/08/2020 19:45, Tim Daneliuk wrote: On 8/18/20 12:28 PM, justin walters wrote: I apologize for being ageist earlier as well. That was out of line. I am likely older than you and there is no reason to apologise. Only the profoundly undeveloped psyche takes every opportunity to find offense

Re: Final statement from Steering Council on politically-charged commit messages

2020-08-18 Thread Karen Shaeffer via Python-list
> On Aug 18, 2020, at 6:13 PM, Richard Damon wrote: > > On 8/18/20 7:34 PM, rmli...@riseup.net wrote: >> I would also caution against relying on the idea of human rights when >> defending against accusations of being political, since they too are >> political. Life is political. We continue to

Re: Final statement from Steering Council on politically-charged commit messages

2020-08-18 Thread Tim Daneliuk
On 8/18/20 6:34 PM, rmli...@riseup.net wrote: > I would kindly recommend that folks just educate themselves on what Speaking of being educated ... Could you please do an exposition for all us ignorant types on the books that really animate your worldview: The_Origin of the Family, Private P

Re: Final statement from Steering Council on politically-charged commit messages

2020-08-18 Thread Tim Daneliuk
On 8/18/20 6:34 PM, rmli...@riseup.net wrote: > I would kindly recommend that folks just educate themselves on what I would also like to help you become educated. Be sure to check out these literary treasures - they are the foundation of the worldview you are espousing: The_Origin of the Famil

Re: Final statement from Steering Council on politically-charged commit messages

2020-08-18 Thread Richard Damon
On 8/18/20 7:34 PM, rmli...@riseup.net wrote: > I would also caution against relying on the idea of human rights when > defending against accusations of being political, since they too are > political. Life is political. We continue to this day trying to > redefine, as a society, what human rights

Re: Final statement from Steering Council on politically-charged commit messages

2020-08-18 Thread gia
thon-list-ow...@python.org > > > > When replying, please edit your Subject line so it is more specific > > than "Re: Contents of Python-list digest..." > > > > Today's Topics: > > > >1. why the connection set with ?keep live? in urllib.req

Re: Final statement from Steering Council on politically-charged commit messages

2020-08-18 Thread rmlibre
n set with ?keep live? in urllib.request > always set to be?closed, thanks (xuanwu348) >2. Final statement from Steering Council on politically-charged > commit messages (Chris Angelico) >3. Re: Final statement from Steering Council on > politically-charged

Re: Final statement from Steering Council on politically-charged commit messages

2020-08-18 Thread Chris Angelico
ant that >> repeated". But the SC said that it is absolutely fine to write commit >> messages like that. > > > While I'm also not entirely content with the outcome (specifically that the > commit message would have been left as-is, even if it was easy to edit >

Re: Final statement from Steering Council on politically-charged commit messages

2020-08-18 Thread Kyle Stanley
On Mon, Aug 17, 2020 at 2:37 PM Chris Angelico wrote: > Yes. I was hoping for "we should rewrite that commit", and would have > been content with "we won't rewrite it, but we don't want that > repeated". But the SC said that it is absolutely fine to writ

Re: Final statement from Steering Council on politically-charged commit messages

2020-08-18 Thread Tim Daneliuk
On 8/18/20 12:28 PM, justin walters wrote: > I apologize for being ageist earlier as well. That was out of line. I am likely older than you and there is no reason to apologise. Only the profoundly undeveloped psyche takes every opportunity to find offense when none is intended. It is the sign of

Re: Final statement from Steering Council on politically-charged commit messages

2020-08-18 Thread justin walters
I believe the commit message was written in bad faith. It reeks of virtue signaling. Commit messages should remain purely technical in nature. However, I do think the change itself is valid. I don't care about the style of comments as long as they are clear and communicate their message well

Re: Final statement from Steering Council on politically-charged commit messages

2020-08-18 Thread gia
t; Council has this to say: > > > > > https://github.com/python/steering-council/issues/34#issuecomment-675028005 > > > > "The SC discussed this and ... we do not deplore the message." > > > > So now we know: go ahead and put all the political messages yo

Re: Final statement from Steering Council on politically-charged commit messages

2020-08-18 Thread Tim Daneliuk
he Python Steering > Council has this to say: > > https://github.com/python/steering-council/issues/34#issuecomment-675028005 > > "The SC discussed this and ... we do not deplore the message." > > So now we know: go ahead and put all the political messages you like &g

Re: Final statement from Steering Council on politically-charged commit messages

2020-08-18 Thread J. Pic
I'm sorry Igor, I didn't mean to ruin your "conspiracy theories just hit the commit log day" -- https://mail.python.org/mailman/listinfo/python-list

Re: Final statement from Steering Council on politically-charged commit messages

2020-08-18 Thread Igor Korot
Hi, On Tue, Aug 18, 2020 at 10:27 AM J. Pic wrote: > > I think this commit message is not enough: we should take it further > and demand that Elwyn Brooks White choose change their last name to > something less supremacist. > > Also: I've been waiting long enough to see this drama hit the chess >

Re: Final statement from Steering Council on politically-charged commit messages

2020-08-18 Thread Robin Becker
On 18/08/2020 04:53, thronobu...@gmail.com wrote: "Truth is a social construct." much as I deplore the politicization of computers, logic, maths and other areas of human interest by particular interest groups, according to some physicists, reality might be an observer based construct http

Re: Final statement from Steering Council on politically-charged commit messages

2020-08-18 Thread J. Pic
I think this commit message is not enough: we should take it further and demand that Elwyn Brooks White choose change their last name to something less supremacist. Also: I've been waiting long enough to see this drama hit the chess world by itself so I'm explicitly making the suggestion here. --

Re: Final statement from Steering Council on politically-charged commit messages

2020-08-18 Thread Chris Angelico
On Tue, Aug 18, 2020 at 11:12 PM Richard Damon wrote: > > On 8/18/20 1:22 AM, justin walters wrote: > > I for one don't want to see politics involved in PL development. However, > > inclusivity isn't a political issue, it's a human rights issue. > > > > Do I agree with the PR, not exactly. However

Re: Final statement from Steering Council on politically-charged commit messages

2020-08-18 Thread Richard Damon
On 8/18/20 1:22 AM, justin walters wrote: > I for one don't want to see politics involved in PL development. However, > inclusivity isn't a political issue, it's a human rights issue. > > Do I agree with the PR, not exactly. However, I do think we as a community > should be accommodating to people

RE: Final statement from Steering Council on politically-charged commit messages

2020-08-18 Thread David Raymond
> Do I agree with the PR, not exactly. However, I do think we as a community > should be accommodating to people > Whose use of the English language differs from the standard as long as the > meaning is clear. Remember that the problem isn't the change in wording of the PEP. That's all well and g

Re: Final statement from Steering Council on politically-charged commit messages

2020-08-17 Thread justin walters
ged and is now a > > permanent part of the Python commit history. The Python Steering > > Council has this to say: > > > > > https://github.com/python/steering-council/issues/34#issuecomment-675028005 > > > > "The SC discussed this and ... we do not deplore

Re: Final statement from Steering Council on politically-charged commit messages

2020-08-17 Thread thronobulax
hon commit history. The Python Steering > Council has this to say: > > https://github.com/python/steering-council/issues/34#issuecomment-675028005 > > "The SC discussed this and ... we do not deplore the message." > > So now we know: go ahead and put all the polit

Re: Final statement from Steering Council on politically-charged commit messages

2020-08-17 Thread thronobulax
hon commit history. The Python Steering > Council has this to say: > > https://github.com/python/steering-council/issues/34#issuecomment-675028005 > > "The SC discussed this and ... we do not deplore the message." > > So now we know: go ahead and put all the polit

Re: Final statement from Steering Council on politically-charged commit messages

2020-08-17 Thread gia
t; > > That's quite an interesting ruling by the SC. I'm not surprised to see > them bend the knee to PC, but it is disheartening to see they're fine > opening a can of political worms in a programming language. I suspect they > will deplore messages outside of their bub

Re: Final statement from Steering Council on politically-charged commit messages

2020-08-17 Thread Chris Angelico
uspect they will > deplore messages outside of their bubble though. > Yes. I was hoping for "we should rewrite that commit", and would have been content with "we won't rewrite it, but we don't want that repeated". But the SC said that it is absolu

Re: Final statement from Steering Council on politically-charged commit messages

2020-08-17 Thread Dylan Distasio
That's quite an interesting ruling by the SC. I'm not surprised to see them bend the knee to PC, but it is disheartening to see they're fine opening a can of political worms in a programming language. I suspect they will deplore messages outside of their bubble though. On Mon, Au

Final statement from Steering Council on politically-charged commit messages

2020-08-17 Thread Chris Angelico
-council/issues/34#issuecomment-675028005 "The SC discussed this and ... we do not deplore the message." So now we know: go ahead and put all the political messages you like into the commit messages, just don't put anything inappropriate into the content. White supremacy has been

Re: Email messages from grouped email using IMAPClient in Python.

2019-09-12 Thread Barry Scott
> On 12 Sep 2019, at 06:06, Srinivas Pullabhotla wrote: > > Hello, > > I am trying to fetch email messages from a gmail inbox. So, there will be > 1000s of messages sent to Inbox and since they are 1000s, the emails are > grouped 100 per each email item. > > Wh

Re: Email messages from grouped email using IMAPClient in Python.

2019-09-11 Thread DL Neil via Python-list
On 12/09/19 5:06 PM, Srinivas Pullabhotla wrote: Hello, I am trying to fetch email messages from a gmail inbox. So, there will be 1000s of messages sent to Inbox and since they are 1000s, the emails are grouped 100 per each email item. When I tried this method, the program only fetches some

Email messages from grouped email using IMAPClient in Python.

2019-09-11 Thread Srinivas Pullabhotla
Hello, I am trying to fetch email messages from a gmail inbox. So, there will be 1000s of messages sent to Inbox and since they are 1000s, the emails are grouped 100 per each email item. When I tried this method, the program only fetches some but not all and especially it happens with grouped

About Messages on Installs

2019-06-25 Thread Eray Erdin
Greetings, dear community members, I sometimes use npm and, in the installation process, some packages throw messages regarding to warnings or info/survey URLs. I wish to use something similar in a package I maintain. Is it possible to print some data to users' terminal in the install

Re: Improving syntax error messages

2018-04-26 Thread Terry Reedy
On 4/26/2018 4:22 PM, Serhiy Storchaka wrote: What syntax errors did you see most often? Which of them looks the most weird? How would you like to improve their messages. One way to research this would be to search stackoverflow.com for "[python] SyntaxError". There are curr

Re: Installation of tensorflow via pip -- messages?

2018-04-26 Thread Paul Moore
On 26 April 2018 at 21:18, Terry Reedy wrote: >> If my memory is correct, this is the default for path directories. > > The Python entries do, as added by the Windows Installer written by a > Microsoft engineer, so this must at least be a correct alternative. It's definitely acceptable - there's

Improving syntax error messages

2018-04-26 Thread Serhiy Storchaka
What syntax errors did you see most often? Which of them looks the most weird? How would you like to improve their messages. -- https://mail.python.org/mailman/listinfo/python-list

Re: Installation of tensorflow via pip -- messages?

2018-04-26 Thread Terry Reedy
On 4/26/2018 3:04 PM, Virgil Stokes wrote: However, each entry in this Windows 10 path has a trailing backslash. Some do, and some don't, which is the same on my Win10 If my memory is correct, this is the default for path directories. The Python entries do, as added by the Windows Installe

Re: Installation of tensorflow via pip -- messages?

2018-04-26 Thread Paul Moore
On 26 April 2018 at 20:04, Virgil Stokes wrote: > IMHO it would have been useful to have "warning" somewhere in these > messages. Ha, I'd never even noticed that it didn't... I think it's in a different colour, FWIW, but your point is good. Paul -- https://m

Re: Installation of tensorflow via pip -- messages?

2018-04-26 Thread Virgil Stokes
Thanks Paul for the prompt reply, However, each entry in this Windows 10 path has a trailing backslash. If my memory is correct, this is the default for path directories. IMHO it would have been useful to have "warning" somewhere in these messages. On 2018-04-26 20:52, Paul M

Re: Installation of tensorflow via pip -- messages?

2018-04-26 Thread Paul Moore
On 26 April 2018 at 19:33, Virgil Stokes wrote: > Why am I getting this message, that I need to consider adding this directory > to PATH when it is already in PATH? > Note, all of these *.exe files are in C:\Python36\Scripts. The PATH entry ends with a backslash, which is confusing the check done

Installation of tensorflow via pip -- messages?

2018-04-26 Thread Virgil Stokes
First I upgraded my pip *C:\Python36>python -m pip install --upgrade pip* Collecting pip   Downloading https://files.pythonhosted.org/packages/0f/74/ecd13431bcc456ed390b44c8a6e917c1820365cbebcb6a8974d1cd045ab4/pip-10.0.1-py2.py3-none-any.whl (1.3MB)     100% ||

Automatic segmenting of large Kafka messages?

2017-08-16 Thread Skip Montanaro
When using Apache Kafka, the maximum message size can be defined in the configuration. If you have a lot of similarly sized messages, you can probably make a good estimate of a max message size. When the message sizes are highly variable, that's less certain. This presentation from an engine

Re: What's with all the messages from @f38.n261.z1

2017-02-07 Thread Random832
On Tue, Feb 7, 2017, at 15:08, Michael Torrie wrote: > Seems like we're getting a bunch of messages on the mailing list that > appear to be copies of real member posts that are saying they are from > @f38.n261.z1? They don't appear to be deliberate impersonations. Some >

What's with all the messages from @f38.n261.z1

2017-02-07 Thread Michael Torrie
Seems like we're getting a bunch of messages on the mailing list that appear to be copies of real member posts that are saying they are from @f38.n261.z1? They don't appear to be deliberate impersonations. Some misconfigured server reflecting messages back to the list perhaps?

RE: Receiving a lot of double messages.

2017-01-06 Thread Deborah Swanson
Grant Edwards wrote, on January 06, 2017 1:56 PM > > On 2017-01-05, Antoon Pardon wrote: > > > Is there something going on with the mailinglist? Because I have > > receive a lot > > of double messages. One copy is fairly normal and is part > of the discus

Re: Receiving a lot of double messages.

2017-01-06 Thread Grant Edwards
On 2017-01-05, Antoon Pardon wrote: > Is there something going on with the mailinglist? Because I have receive a > lot > of double messages. One copy is fairly normal and is part of the discussion > thread, the other is completely seperated. -- Antoon Pardon. Yep, there ar

RE: Receiving a lot of double messages.

2017-01-06 Thread Deborah Swanson
Antoon Pardon wrote, on January 06, 2017 2:11 AM > > Is there something going on with the mailinglist? Because I > have receive a lot of double messages. One copy is fairly > normal and is part of the discussion thread, the other is > completely seperated. -- Antoon Pardon. Looks

Receiving a lot of double messages.

2017-01-06 Thread Antoon Pardon
Is there something going on with the mailinglist? Because I have receive a lot of double messages. One copy is fairly normal and is part of the discussion thread, the other is completely seperated. -- Antoon Pardon. -- https://mail.python.org/mailman/listinfo/python-list

RE: Receiving a lot of double messages.

2017-01-06 Thread Deborah Swanson
Antoon Pardon wrote, on January 06, 2017 2:11 AM > > Is there something going on with the mailinglist? Because I > have receive a lot of double messages. One copy is fairly > normal and is part of the discussion thread, the other is > completely seperated. -- Antoon Pardon. L

Re: Receiving a lot of double messages.

2017-01-06 Thread Chris Angelico
On Fri, Jan 6, 2017 at 9:11 PM, Antoon Pardon wrote: > Is there something going on with the mailinglist? Because I have receive > a lot of double messages. One copy is fairly normal and is part of the > discussion thread, the other is completely seperated. -- Antoon Pardon. Yeah, I

Receiving a lot of double messages.

2017-01-06 Thread Antoon Pardon
Is there something going on with the mailinglist? Because I have receive a lot of double messages. One copy is fairly normal and is part of the discussion thread, the other is completely seperated. -- Antoon Pardon. -- https://mail.python.org/mailman/listinfo/python-list

Re: Contradictory error messages in Python 3.4 - standard library issue!

2016-06-17 Thread Peter Otten
Harrison Chudleigh wrote: > While working on a program, I ran into an error with the usage of the > module tokenize. The following message was displayed. > File > "/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/tokenize.py", > line 467, in tokenize > encoding, consumed = det

Re: Contradictory error messages in Python 3.4 - standard library issue!

2016-06-16 Thread Steven D'Aprano
Hi Harrison, and welcome! On Fri, 17 Jun 2016 08:25 am, Harrison Chudleigh wrote: > While working on a program, I ran into an error with the usage of the > module tokenize. So you have an error with the use of tokenize. Fair enough. But why do you imagine that the errors lies in the module its

Re: Re - Contradictory error messages in Python 3.4 - standard library issue!

2016-06-16 Thread Matt Wheeler
s to follow the thread of the conversation. As I was saying, I changed the line and reran the program. However, this > produced another group of error messages. One was - > >From what, to what? Just showing us stacktraces means we have to guess at the problem. File > > "/

Re: Re - Contradictory error messages in Python 3.4 - standard library issue!

2016-06-16 Thread Ned Batchelder
On Thursday, June 16, 2016 at 6:39:27 PM UTC-4, Harrison Chudleigh wrote: > Sorry! I was trying to indent a line and accidentally sent only half of the > message. > > As I was saying, I changed the line and reran the program. However, this > produced another group of error me

Re - Contradictory error messages in Python 3.4 - standard library issue!

2016-06-16 Thread Harrison Chudleigh
Sorry! I was trying to indent a line and accidentally sent only half of the message. As I was saying, I changed the line and reran the program. However, this produced another group of error messages. One was - File "/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/tokeni

Contradictory error messages in Python 3.4 - standard library issue!

2016-06-16 Thread Harrison Chudleigh
While working on a program, I ran into an error with the usage of the module tokenize. The following message was displayed. File "/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/tokenize.py", line 467, in tokenize encoding, consumed = detect_encoding(readline) File "/Library/

Re: Fetch Gmail Archieved messages

2016-03-20 Thread Mark Lawrence
On 20/03/2016 19:56, Arshpreet Singh wrote: On Saturday, 19 March 2016 05:38:16 UTC+5:30, Rick Johnson wrote: I gave you "real help". What you want me to do -- write the code for you? Sorry, but Python-list is not a soup kitchen for destitute code. Neither is it a triage center were you can

  1   2   3   4   5   >