Changes by Steven Samuel Cole :
--
nosy: +ssc
title: pprint: add option to truncate seqeunces -> pprint: add option to
truncate sequences
___
Python tracker
<http://bugs.python.org/issu
New submission from Steven Samuel Cole :
it says in the last paragraph of the chapter at
http://docs.python.org/devguide/setup.html#unix:
[...] ./python.exe on OS X [...]
.exe seems to indicate that should probably be './python.exe on Windows'
--
assignee: docs@python
Steven Samuel Cole added the comment:
i've gone through the process of checking out and building python as described
in the devguide; it seems the python executable is indeed called python.exe
under mac osx. i find this confusing.
a comment on the reason for this unusual suffix wou
Steven Samuel Cole added the comment:
from my observations, david is correct, but this is not limited to os x. i have
checked out and rebuilt python twice on a linux system (kubuntu 10.10 i386
virtual machine):
1. in a 'conventional' setup using a local (i.e. guest) harddrive forma
Steven Samuel Cole added the comment:
@anand: as the names say, the depth parameter limits the depth of display while
the length parameter limits the length.
for example, with a data structure of a list of lists of lists and a depth of
2, only the first two levels would be shown, the third
Changes by Steven Samuel Cole :
--
nosy: +ssc
___
Python tracker
<http://bugs.python.org/issue7434>
___
___
Python-bugs-list mailing list
Unsubscribe:
New submission from Steven Samuel Cole :
inside a function, I create a local variable by using setattr with the current
module as object, as in
setattr(modules[__name__], 'name', 'value')
if I _later_ in the code set name to None, the attribute becomes unavailable
e
Steven Samuel Cole added the comment:
I'm just a developer, I don't know anything about Python internals or what
Python sees or does at what stage.
Looking at the sample file, code executed later has an influence on code
executed earlier - and that behavior is unexpected, confusin
Steven Samuel Cole added the comment:
thank you very much for the clarification.
i did indeed not come across the page you've linked to, mainly because i did
not really know what to google for. actually, i do not recall ever looking into
the python language reference in 6+ years of p
New submission from Steven Samuel Cole :
in the first table on http://docs.python.org/distutils/builtdist.html (search
for 'available formats for built distributions'), the line with 'rpm / RPM /
(5)' is in there twice
--
assignee: docs@python
components: Do
Changes by Steven Samuel Cole :
--
nosy: +ssc
___
Python tracker
<http://bugs.python.org/issue2943>
___
___
Python-bugs-list mailing list
Unsubscribe:
11 matches
Mail list logo