Brett Cannon wrote:
> On 9/8/05, Tony Meyer <[EMAIL PROTECTED]> wrote:
>> [finding Tools/i18n/pygettext.py]
>> > You're right, I think Tools is probably a bad place for
>> > anything. If it's not part of the stdlib, I'll likely never
>> > find it.
>>
>> Agreed. Maybe with the introduction of -m
Jim Jewett wrote:
>>How should we document [the tools directory]
>
>
> At the interactive prompt, help() lets me get a list
> of topics (not including tools), keywords, or modules --
> but no mention of tools.
>
> I didn't find any references at http://python.org/doc/
>
> The tutorial does ment
> How should we document [the tools directory]
At the interactive prompt, help() lets me get a list
of topics (not including tools), keywords, or modules --
but no mention of tools.
I didn't find any references at http://python.org/doc/
The tutorial does mention the standard library (and
the lib
[Brett Cannon]
> I assume that the Windows installer includes the Tools/ directory.
It installs part of it, not all:
C:\Python24\Tools>dir/b
i18n
pynche
Scripts
versioncheck
webchecker
So it's missing these Tools directories:
audiopy
bgen
compiler
faqwiz
framer
freeze
modulator
msi
unicode
worl
On Thu, Sep 08, 2005 at 06:52:59PM -0700, Brett Cannon wrote:
> Otherwise it is mostly a lack of advertisement and them not being
> installed by ``make install``. If you just download the soure and
Agreed. I've often wished that reindent.py was installed somewhere.
> Probably the only way
> i
On 9/8/05, Tony Meyer <[EMAIL PROTECTED]> wrote:
> [finding Tools/i18n/pygettext.py]
> > You're right, I think Tools is probably a bad place for
> > anything. If it's not part of the stdlib, I'll likely never
> > find it.
>
> Agreed. Maybe with the introduction of -m in Python 2.4, some of the T
[finding Tools/i18n/pygettext.py]
> You're right, I think Tools is probably a bad place for
> anything. If it's not part of the stdlib, I'll likely never
> find it.
Agreed. Maybe with the introduction of -m in Python 2.4, some of the Tools/
scripts could be put in __main__ sections of appropria