Change by Angel Siblani :
--
components: +Demos and Tools, XML, email -Library (Lib)
nosy: +angelsb, barry, r.david.murray
type: behavior -> resource usage
versions: -Python 3.8, Python 3.9
___
Python tracker
<https://bugs.python.org/issu
Angel Cervera Claudio added the comment:
Thanks for handling this. I'm sorry I didn't have a chance to create the
pr. :(
On Mon 10 Feb 2020, 23:51 Carol Willing, wrote:
>
> Carol Willing added the comment:
>
>
> New changeset c4a65ed7fe342bd18b5a5b0eea3470d
New submission from Angel Cervera Claudio :
The link "See also: Python Packaging User Guide: Creating and using virtual
environments" Is broken.
The problem is in line 30 of
https://github.com/python/cpython/blob/3.8/Doc/library/venv.rst
I don't know the right link, so I can
Jose Angel Acosta added the comment:
I'm so sorry to see my proposal just derived in personal attacks.
The problem here is the core who "owns" python, admited a change to the
Language documentation on whats should be considered a political or cultural
bias w/o consid
New submission from Jose Angel Acosta :
A request have been srecentrly uddenly committed to avoid Slave/Master wording
in python code, I think the "issue"was not enough peer-reviewed, me having
slave roots from my african and jewish heritage I dont consider this matter an
Issu
New submission from Dave Angel:
Python 3.3.0 (default, Mar 7 2013, 00:24:38)
[GCC 4.6.3] on linux
q = open('/dev/null')
help(q.close)
the entire output is:
---
Help on built-in function close:
close(...)
(END)
---
But close(
Changes by Miguel Angel García :
--
nosy: +Miguel.Angel.García
___
Python tracker
<http://bugs.python.org/issue13896>
___
___
Python-bugs-list mailing list
Unsub
New submission from Angel :
# Area calculation program
print "Show Area"
print "--"
print
# Print out the menu:
print "Please select a shape:"
print "1 Rectangle"
print "2 Circle"
# Get the user's choice:
shap
New submission from Angel Freire <[EMAIL PROTECTED]>:
A single Picklerobject->nesting++ will not take into consideration the
stack overhead caused by calls from
save->save_{list,dict}->batch{list,dict}.
--
components: Library (Lib)
files: cpickle-r64448.diff
keywords:
New submission from Angel Freire <[EMAIL PROTECTED]>:
If Python trunk is compiled using Py_USING_UNICODE it'll call both,
save_str and save_unicode for an string object.
The patch adds a break to the case statment in case it encounters a
unicode or str.
--
components: L
10 matches
Mail list logo