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

[email protected] Wed, 13 Jul 2022 11:12:18 -0000
Newsgroups gmane.comp.python.devel
Message-ID <[email protected]>
> Also the GH bot is using DD/MM/YYYY date format :-( whyyyyyy?

Because github is international, and everyone but the US seems to agree that
```
           /\
          /  \
         /    \
        / day  \
       /________\
      /          \
     /    month   \
    /______________\
   /                \
  /       year       \
 /____________________\
```
is preferable to
```
       __________
      /          \
     /    month   \
    /______________\
           /\
          /  \
         /    \
        / day  \
    ___/________\___
   /                \
  /       year       \
 /____________________\
```