[Python-Dev] Re: My apologies to the list

2021-08-27 Thread Simon Cross
On Wed, Aug 25, 2021 at 9:28 PM Brett Cannon  wrote:
> I just wanted to apologize for any angst or noise my replies to Marco caused 
> folks.

Caring enough to write this email shows that you are an awesome human
(like many other humans). :D

Please don't feel too bad about getting some mud on yourself -- this
is just part of the territory of wading into messy situations in an
attempt to help.

Everyone else can also carry some of the responsibility for their own
angst / emotions. We can all choose how we respond to unpleasant
things if we pause and think to do so.

- Simon
___
Python-Dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at 
https://mail.python.org/archives/list/[email protected]/message/D3BAJPAVFWB5MBPZZ46J27HAY7DWPDLP/
Code of Conduct: http://python.org/psf/codeofconduct/


[Python-Dev] Re: My apologies to the list

2021-08-27 Thread Victor Stinner
Hi Antoine,

I have an alternative to GMane. I'm using a different email address
for anything related to Python (and OSS projects in general):
python-dev list, bug tracker, buildbots, GitHub notifications, etc.
Some days, I don't read this email account at all, but I can still
read my personal and profesional emails, without seeing
"notifications" on the Python topics that I'm following (and not be
tempted to reply!).

For me, this level of granularity works pretty well ;-)

Victor

On Thu, Aug 26, 2021 at 11:10 AM Antoine Pitrou  wrote:
>
> On Wed, 25 Aug 2021 12:22:29 -0700
> Brett Cannon  wrote:
> > I just wanted to apologize for any angst or noise my replies to Marco
> > caused folks. I should have known that correcting Marco on how to address
> > me would have triggered an outsized reply (the real intent of that overall
> > email was to communicate the process of banning someone to the rest of the
> > list so people didn't leave faster than we addressed it; obviously didn't
> > work). It appears my judgement was more impaired than I realized while I
> > have been sick.
> >
> > As such, I have amended my rules for when I *don't* read OSS emails (this
> > excludes SC business):
> >
> >1. At least one day every weekend (to avoid having my whole week ruined
> >by mean people)
> >2. Outside of work hours one month out of the year (to prevent burn-out)
> >3. On vacation (to unplug appropriately)
> >4. While I am ill (to prevent impaired judgement)
> >
> > I have actually gone as far as to separate my personal email and OSS/
> > python.org email accounts into separate email providers so that I can
> > enforce this separation cleanly.
>
> For the record, my personal arrangement for years has been to read most
> open source mailing-lists using GMane, on a NNTP reader separate from my
> main mail client.  This works fine when I don't want to read open
> source-related e-mails :-)
>
> Regards
>
> Antoine.
>
>
> ___
> Python-Dev mailing list -- [email protected]
> To unsubscribe send an email to [email protected]
> https://mail.python.org/mailman3/lists/python-dev.python.org/
> Message archived at 
> https://mail.python.org/archives/list/[email protected]/message/VLQUDDVMJKL7VDNFZLMSZGTJL2PWCU5Q/
> Code of Conduct: http://python.org/psf/codeofconduct/



-- 
Night gathers, and now my watch begins. It shall not end until my death.
___
Python-Dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at 
https://mail.python.org/archives/list/[email protected]/message/OFDDNTIQODMMXVUYH4W2H2LF2KGZEDVH/
Code of Conduct: http://python.org/psf/codeofconduct/


[Python-Dev] Re: A ban from Core Developer spaces.

2021-08-27 Thread Victor Stinner
Hi,

I collected past events about bans and code of conduct incidents in
the Python community:
https://pythondev.readthedocs.io/diversity.html#python-code-of-conduct-bans

It may help some people to see how bans and incidents are handled in Python.

See also the https://pythondev.readthedocs.io/community.html page.

Contact me in private (no need to spam this public list) if you would
like helping me to complete this list ;-)

Victor
___
Python-Dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at 
https://mail.python.org/archives/list/[email protected]/message/MNBQGCVZXPJMZPULMTEXUNWOQGQQ3C7M/
Code of Conduct: http://python.org/psf/codeofconduct/


[Python-Dev] Summary of Python tracker Issues

2021-08-27 Thread Python tracker


ACTIVITY SUMMARY (2021-08-20 - 2021-08-27)
Python tracker at https://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:
  open7413 (+15)
  closed 49352 (+54)
  total  56765 (+69)

Open issues with patches: 2935 


Issues opened (49)
==

#42085: Add dedicated slot for sending values
https://bugs.python.org/issue42085  reopened by pablogsal

#44964: Semantics of PyCode_Addr2Line() changed
https://bugs.python.org/issue44964  opened by pablogsal

#44969: Subclassing of annotated types does not always work
https://bugs.python.org/issue44969  opened by serhiy.storchaka

#44970: Re-examine complex pow special case handling
https://bugs.python.org/issue44970  opened by mark.dickinson

#44972: Add workflow_dispatch trigger for GitHub Actions jobs
https://bugs.python.org/issue44972  opened by rmast

#44974: Warning about "Unknown child process pid" in test_asyncio
https://bugs.python.org/issue44974  opened by serhiy.storchaka

#44975: [typing] Runtime protocols with ClassVar data members should s
https://bugs.python.org/issue44975  opened by kj

#44977: Deprecate delegation of int to __trunc__?
https://bugs.python.org/issue44977  opened by mark.dickinson

#44980: Clean up tests that return a value that isn't None
https://bugs.python.org/issue44980  opened by andrei.avk

#44981: wildcard imports should normalise names in `__all__`
https://bugs.python.org/issue44981  opened by christian.kolen

#44982: Add vendor information
https://bugs.python.org/issue44982  opened by FFY00

#44983: Wrong definition of a starred expression in the Language Refer
https://bugs.python.org/issue44983  opened by Takuo Matsuoka

#44985: Inconsistent returned value of inspect.getfullargspec(object._
https://bugs.python.org/issue44985  opened by Mehrzad

#44986: Date formats in help messages of argparse
https://bugs.python.org/issue44986  opened by mail.de.senger

#44987: Speed up unicode normalization of ASCII strings
https://bugs.python.org/issue44987  opened by steven.daprano

#44989: Fix documentation for truth testing
https://bugs.python.org/issue44989  opened by steven.daprano

#44991: [sqlite3] cleanup callbacks (GIL handling, naming, ...)
https://bugs.python.org/issue44991  opened by erlendaasland

#44994: datetime's C implementation verifies fromisoformat is ASCII, b
https://bugs.python.org/issue44994  opened by Julian

#44995: "Hide the prompts and output" works abnormal
https://bugs.python.org/issue44995  opened by yangqing

#44996: tarfile missing TarInfo.offset_data member in documentation
https://bugs.python.org/issue44996  opened by nilsnolde

#44998: tests failed
https://bugs.python.org/issue44998  opened by jett8998

#44999: Argparse missing translates
https://bugs.python.org/issue44999  opened by santhu_reddy12

#45001: Date parsing helpers in email module incorrectly raise IndexEr
https://bugs.python.org/issue45001  opened by wbolster

#45002: won't match correct version of tcl/tk
https://bugs.python.org/issue45002  opened by jett8998

#45004: add Enum to ctypes
https://bugs.python.org/issue45004  opened by ethan.furman

#45005: Two Layers of SSL/TLS
https://bugs.python.org/issue45005  opened by mjbmr

#45006: Add data_offset field to ZipInfo
https://bugs.python.org/issue45006  opened by zhangxp1998

#45007: OpenSSL 1.1.1l is released
https://bugs.python.org/issue45007  opened by ned.deily

#45008: asyncio.gather should not "dedup" awaitables
https://bugs.python.org/issue45008  opened by byllyfish

#45009: Get last modified date of Folders and Files using os.path modu
https://bugs.python.org/issue45009  opened by gopeshsingh

#45012: DirEntry.stat method should release GIL
https://bugs.python.org/issue45012  opened by uosiu

#45013: os.path.isfile fails on path exactly 260 Chars long in Windows
https://bugs.python.org/issue45013  opened by ubermidget2

#45015: Language Reference failing to describe the treatment of starre
https://bugs.python.org/issue45015  opened by Takuo Matsuoka

#45016: Multiprocessing freeze support unclear
https://bugs.python.org/issue45016  opened by ronaldoussoren

#45017: move opcode-related logic from modulefinder to dis
https://bugs.python.org/issue45017  opened by iritkatriel

#45018: Pickling a range iterator with an index of over sizeof(int) st
https://bugs.python.org/issue45018  opened by lukasz.langa

#45019: Freezing modules has manual steps but could be automated.
https://bugs.python.org/issue45019  opened by eric.snow

#45020: Freeze all modules imported during startup.
https://bugs.python.org/issue45020  opened by eric.snow

#45021: Race condition in thread.py
https://bugs.python.org/issue45021  opened by nullptr

#45022: Update libffi to 3.4.2
https://bugs.python.org/issue45022  opened by steve.dower

#45023: Python doesn't exit with proper resultcode on SIGINT in multip
https://bugs.python.org/issue45023  opened by ambwrig

#45024: Cannot extend collections ABCs wit