[Python-Dev] Should the io-c modules be put in their own directory?

Benjamin Peterson benjamin at python.org
Fri Apr 3 23:12:50 CEST 2009


2009/4/3 Antoine Pitrou <solipsis at pitrou.net>:
> Alexandre Vassalotti <alexandre <at> peadrop.com> writes:
>>
>> I just noticed that the new io-c modules were merged in the py3k
>> branch (I know, I am kind late on the news—blame school work). Anyway,
>> I am just wondering if it would be a good idea to put the io-c modules
>> in a sub-directory (like sqlite), instead of scattering them around in
>> the Modules/ directory.
>
> Welcome back!
>
> I have no particular opinion on this. I suggest waiting for Benjamin's advice
> and following it :-)

I'm +.2. This is the layout I would suggest:

Modules/
  _io/
     _io.c
     stringio.c
     textio.c
     etc....

>
> (unless the FLUFL wants to chime in)
>
> Benjamin-makes-boring-decisions-easy'ly yrs,
>
> Antoine.


mad-with-power'ly yours,
Benjamin


More information about the Python-Dev mailing list