[issue33953] The DEFAULT_ENTROPY variable used to store the current default random bytes value should be documented for `secrets` module

2018-06-25 Thread Serge Matveenko
New submission from Serge Matveenko : There is the corresponding section on the topic here https://github.com/python/cpython/blob/3.6/Doc/library/secrets.rst#how-many-bytes-should-tokens-use The current value of 32 bytes is mentioned there correctly. Unfortunately, there is no way to know

Re: Python for beginners or not? [was Re: syntax difference]

2018-06-25 Thread Abdur-Rahmaan Janhangeer
i think he means like for a loop to iterate over a list you might do list = [1,2,3] for i in range(len(list)): print(list[i]) but the you might as well go for the simpler : for elem in list: print(elem) Abdur-Rahmaan Janhangeer https://github.com/Abdur-rahmaanJ > --

Where's the junk coming from?

2018-06-25 Thread Mark Lawrence
Hi folks, In the last hour or so I've seen via thunderbird and gmane around 15 emails from various people where the from field is name@1261/38.remove-r7u-this. The part after the @ symbol never changes. I've seen the contents previously, apart from one from the RUE. Users' complete email

Re: syntax difference

2018-06-25 Thread Mark Lawrence
On 24/06/18 00:44, boB Stepp wrote: I imagine that the transition from version 2 to 3 was not undertaken halfheartedly, but only after much thought and discussion since it did break backwards compatibility. So much so that a specific mailing list was set up just to discus the transition,

Re: Anyone here on Python-Dev mailing list?

2018-06-25 Thread Mark Lawrence
On 24/06/18 17:07, Steven D'Aprano wrote: Anyone on the Python-Dev mailing list, are you getting private emails containing nothing but stream of consciousness word-salad from somebody (some bot?) calling himself "Chanel Marvin" with a gmail address? Typical example: "I refuse to create my

Re: Python for beginners or not? [was Re: syntax difference]

2018-06-25 Thread Jim Lee
On 06/24/2018 04:35 AM, Steven D'Aprano wrote: Indeed. That's one of the beauties of Python -- even when there's an advanced way to do it, there's generally a simple way too. What happened to the Python maxim "There should be one—and preferably only one—obvious way to do it"? -Jim --

I'm getting a spamassassin party here

2018-06-25 Thread Gene Heskett
Greetings list; Generally spamassassin only gets picky about this occasionally, but for the past several hours its working overtime on python list messages, with the major problem being the servers time stamp, a day or more in the past. Anyboy ever hear of ntpd? -- Cheers, Gene Heskett --

[issue33943] doc Add references to logging.basicConfig

2018-06-25 Thread Tal Einat
Tal Einat added the comment: New changeset aa770b7096c004abdf3c27bc361d6b60a4b668af by Tal Einat in branch '2.7': [2.7] bpo-33943: Add references in the docs for logging.basicConfig (GH-7858) (GH-7902) https://github.com/python/cpython/commit/aa770b7096c004abdf3c27bc361d6b60a4b668af

[issue33943] doc Add references to logging.basicConfig

2018-06-25 Thread Tal Einat
Change by Tal Einat : -- pull_requests: +7508 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33943] doc Add references to logging.basicConfig

2018-06-25 Thread Tal Einat
Tal Einat added the comment: New changeset 73848e028de58e7fb2b38bddb1638ca2323561a9 by Tal Einat (Miss Islington (bot)) in branch '3.6': bpo-33943: Add references in the docs for logging.basicConfig (GH-7858) (GH-7899)

[issue33943] doc Add references to logging.basicConfig

2018-06-25 Thread Tal Einat
Change by Tal Einat : -- pull_requests: +7507 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33943] doc Add references to logging.basicConfig

2018-06-25 Thread Tal Einat
Tal Einat added the comment: New changeset 66d77d8af8f7c3ebd604ad1e802b8e5006d79d8f by Tal Einat (Miss Islington (bot)) in branch '3.7': bpo-33943: Add references in the docs for logging.basicConfig (GH-7858) (GH-7900)

[issue33943] doc Add references to logging.basicConfig

2018-06-25 Thread miss-islington
Change by miss-islington : -- pull_requests: +7506 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33943] doc Add references to logging.basicConfig

2018-06-25 Thread miss-islington
Change by miss-islington : -- pull_requests: +7505 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33943] doc Add references to logging.basicConfig

2018-06-25 Thread Tal Einat
Change by Tal Einat : -- versions: +Python 3.5 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33943] doc Add references to logging.basicConfig

2018-06-25 Thread Tal Einat
Tal Einat added the comment: New changeset a8ddf85a84364d2c660e6670a7e06621993d1fdc by Tal Einat (Andrés Delfino) in branch 'master': bpo-33943: Add references in the docs for logging.basicConfig (GH-7858) https://github.com/python/cpython/commit/a8ddf85a84364d2c660e6670a7e06621993d1fdc

[issue31861] aiter() and anext() built-in functions

2018-06-25 Thread Giampaolo Rodola'
Change by Giampaolo Rodola' : -- nosy: +giampaolo.rodola ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

<    1   2   3