Re: Mailing Lists: Mailman 2 -> Mailman 3, or something different? [was some other subject]
"Deirdre Saoirse Moen" <[email protected]>
| Newsgroups | gmane.org.user-groups.linux.cabal |
|---|---|
| Message-ID | <[email protected]> |
On Sun, Feb 18, 2024, at 12:30 PM, Ron / BCLUG wrote: > I'm at this stage - Python2 was deprecated years ago and is not part of > default installs on my systems. I'm just *gobsmacked* that it's taken so many people so long to jump from 2 to 3. Yes, the biggest change is int / int = float (instead of int) and the other big one is that str can't be used for both text and binary data.