Petr Viktorin schrieb am 17.04.2015 um 15:52:
> As a background, the PyModuleDef structure [1] is currently:
>
> struct PyModuleDef{
> PyModuleDef_Base m_base;
> const char* m_name;
> const char* m_doc;
> Py_ssize_t m_size;
> PyMethodDef *m_methods;
> inquir
Guido van Rossum schrieb am 17.04.2015 um 23:58:
> The ``typing`` module defines the ``Generator`` type for return values
> of generator functions. It is a subtype of ``Iterable`` and it has
> additional type variables for the type accepted by the ``send()``
> method and the return type of the gene
On Fri, Apr 17, 2015 at 8:19 PM, Akira Li <4kir4...@gmail.com> wrote:
> Can you demonstrate that email.utils.localtime does not behave as
>> documented?
>>
>
>
> No need to be so defensive about it.
>
There is nothing "defensive" in my question. I simply don't understand
what you are complaining
On Thu, Apr 16, 2015 at 1:14 AM, Alexander Belopolsky <
alexander.belopol...@gmail.com> wrote:
>
> On Wed, Apr 15, 2015 at 4:46 PM, Akira Li <4kir4...@gmail.com> wrote:
>
>> > Look what happened on July 1, 1990. At 2 AM, the clocks in Ukraine were
>> > moved back one hour. So times like 01:30 AM
Thank you, David, for all of your work. It's much appreciated.
--
Eric.
> On Apr 17, 2015, at 7:18 PM, R. David Murray wrote:
>
>> On Fri, 17 Apr 2015 18:08:24 +0200, Python tracker
>> wrote:
>>
>> ACTIVITY SUMMARY (2015-04-10 - 2015-04-17)
>> Python tracker at http://bugs.python.org/
>>
>
Hello,
On Fri, 17 Apr 2015 15:12:50 -0400
Yury Selivanov wrote:
> Hello,
>
> I've just posted a new PEP about adding async/await to python-ideas.
> Maybe I should have posted it here instead..
For reference, python-ideas archive link is
https://mail.python.org/pipermail/python-ideas/2015-April
On Fri, 17 Apr 2015 18:08:24 +0200, Python tracker
wrote:
>
> ACTIVITY SUMMARY (2015-04-10 - 2015-04-17)
> Python tracker at http://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:
>
The PEP 484 authors (Jukka, Łukasz and I) have a new draft ready. This time
we're posting to python-dev.
While we don't have all details totally sorted out, it's a lot closer. We
have a BDFL-Delegate (Mark Shannon), and we've worked out a variety of
issues at PyCon. Our hope remains that we'll get
Hello,
I've just posted a new PEP about adding async/await to python-ideas.
Maybe I should have posted it here instead..
Anyways, please take a look.
Thanks,
Yury
___
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listin
On 17 April 2015 at 19:40, Alex Shkop wrote:
> Hello!
>
> There's an issue considering test discovery in unittest module. Basically it
> is about unittest module that doesn't find tests in namespace packages. For
> more info see issue http://bugs.python.org/issue23882.
>
> I'm willing to make a pa
On 17.04.2015 19:31, "Martin v. Löwis" wrote:
> Am 17.04.15 um 00:46 schrieb M.-A. Lemburg:
>>> I had asked the PSF for a StartSSL certificate when the previous
>>> certificate expired, and the PSF was not able to provide one. After
>>> waiting several weeks for the PSF to provide the certificate,
Am 17.04.15 um 00:46 schrieb M.-A. Lemburg:
>> I had asked the PSF for a StartSSL certificate when the previous
>> certificate expired, and the PSF was not able to provide one. After
>> waiting several weeks for the PSF to provide the certificate, Kurt then
>> kindly went to Verisign.
>
> When was
ACTIVITY SUMMARY (2015-04-10 - 2015-04-17)
Python tracker at http://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:
open4792 (-31)
closed 30957 (+113)
total 35749 (+82)
Open issues wi
Hello,
PEP 489, Redesigning extension module loading [0], is currently
discussed on import-sig, but one question calls for a wider audience.
As a background, the PyModuleDef structure [1] is currently:
struct PyModuleDef{
PyModuleDef_Base m_base;
const char* m_name;
cons
Hello!
There's an issue considering test discovery in unittest module. Basically
it is about unittest module that doesn't find tests in namespace packages.
For more info see issue http://bugs.python.org/issue23882.
I'm willing to make a patch for this bug. But I need help to formulate how
test di
On Thu, Apr 16, 2015 at 9:23 PM Facundo Batista
wrote:
> On Thu, Apr 16, 2015 at 6:34 PM, R. David Murray
> wrote:
>
> > Most likely you just need to run 'make touch' so that it doesn't try
> > to rebuild stuff it doesn't need to (because we check in those
> > particular build artifacts, like th
16 matches
Mail list logo