[python-committers] Reminder: 3.6.0a3 shapshot 2016-07-11 12:00 UTC

2016-07-08 Thread Ned Deily
The next alpha snapshot for the 3.6 release cycle is coming up in a couple of days. This is the third of four alphas we have planned. Keep that feature code coming in! As a reminder, alpha releases are intended to make it easier for the wider community to test the current state of new feature

Re: [python-committers] generated importlib files modified by the build

2016-07-08 Thread Brett Cannon
On Fri, 8 Jul 2016 at 13:47 Xavier de Gaye wrote: > The files generated by Programs/_freeze_importlib.c > Python/importlib.h > Python/importlib_external.h > are modified by the build after the last changeset d32517de5d8c > (Issue #26972: Fix some mistakes in importlib-related docstrings.)

[python-committers] generated importlib files modified by the build

2016-07-08 Thread Xavier de Gaye
The files generated by Programs/_freeze_importlib.c Python/importlib.h Python/importlib_external.h are modified by the build after the last changeset d32517de5d8c (Issue #26972: Fix some mistakes in importlib-related docstrings.). Xavier ___ pyth