On Sun, Nov 17, 2013 at 6:20 AM, Brett Cannon wrote:
>
> On Nov 17, 2013 8:58 AM, "Eli Bendersky" wrote:
> >
> >
> >
> >
> > On Sat, Nov 16, 2013 at 3:44 PM, Brett Cannon wrote:
> >>
> >>
> >>
> >>
> >> On Sat, Nov 16, 2013 at 1:40 PM, Eric Snow
> wrote:
> >>>
> >>> If you look at the Python a
On Sun, Nov 17, 2013 at 6:20 AM, Brett Cannon wrote:
>
> On Nov 17, 2013 8:58 AM, "Eli Bendersky" wrote:
> >
> >
> >
> >
> > On Sat, Nov 16, 2013 at 3:44 PM, Brett Cannon wrote:
> >>
> >>
> >>
> >>
> >> On Sat, Nov 16, 2013 at 1:40 PM, Eric Snow
> wrote:
> >>>
> >>> If you look at the Python a
On Nov 17, 2013 8:58 AM, "Eli Bendersky" wrote:
>
>
>
>
> On Sat, Nov 16, 2013 at 3:44 PM, Brett Cannon wrote:
>>
>>
>>
>>
>> On Sat, Nov 16, 2013 at 1:40 PM, Eric Snow
wrote:
>>>
>>> If you look at the Python and Modules directories in the cpython repo,
>>> you'll find modules in Python/ and co
On Sat, Nov 16, 2013 at 3:44 PM, Brett Cannon wrote:
>
>
>
> On Sat, Nov 16, 2013 at 1:40 PM, Eric Snow wrote:
>
>> If you look at the Python and Modules directories in the cpython repo,
>> you'll find modules in Python/ and core files (like python.c and
>> main.c) in Modules/. (It's like parkin
On 17 Nov 2013 09:48, "Brett Cannon" wrote:
>
>
> I personally think it would be a good idea to re-arrange the files to
make things more beginner-friendly. I believe Nick was also talking about
renaming directories, etc. at some point.
Yeah, the main ones I am interested in are a separate "Progra
On Sat, Nov 16, 2013 at 1:40 PM, Eric Snow wrote:
> If you look at the Python and Modules directories in the cpython repo,
> you'll find modules in Python/ and core files (like python.c and
> main.c) in Modules/. (It's like parking on a driveway and driving on
> a parkway. ) It's not that big a
If you look at the Python and Modules directories in the cpython repo,
you'll find modules in Python/ and core files (like python.c and
main.c) in Modules/. (It's like parking on a driveway and driving on
a parkway. ) It's not that big a deal and not that hard to
figure out (so I'm fine with the