Rodriguez added the comment:
I can't display my robot.TXT. I want to ban robots
https://melwynn-rodriguez.fr/robots.txt
--
nosy: +lagustais
___
Python tracker
<https://bugs.python.org/is
Cristian Rodriguez added the comment:
My 2 CLP.
On linux/glibc you do not have to do this, there is a
posix_spawn_file_actions_addclosefrom_np action which is implemented using
close_range(2) which will give you the fastest way to this job without hassle.
for the not posix_spawn case
Alex Rodriguez added the comment:
I didn't see this issue resolved in the changelog for 2.7.1 release. Are we
going to wait until 2.7.2 now??
--
nosy: +Alex.Rodriguez
___
Python tracker
<http://bugs.python.org/i
Alex Rodriguez added the comment:
I downloaded "python-2.7.1-macosx10.6.dmg" file and tested if Tkinter and IDLE
still have same issue reported here and I did not find anymore this issue.
I was able to launch IDLE and create a Tkinter GUI. From my side we can resolve
and close
Changes by Sebastian Rodriguez :
--
nosy: +srodriguez
___
Python tracker
<http://bugs.python.org/issue17140>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Alex Rodriguez :
--
nosy: +Alex.Rodriguez
___
Python tracker
<http://bugs.python.org/issue9227>
___
___
Python-bugs-list mailing list
Unsubscribe:
New submission from Medardo Rodriguez:
When I run the next code in all my installed versions of Python 3 (and the
equivalent code for PyPy and CPython 2.7):
- Runs OK in CPython 2.7 equivalent code (using `ABCMeta` as meta-class).
- Fails in PyPy and all versions of Python 3
Medardo Rodriguez added the comment:
Thanks ~eryksun, you clarified me in where the error is located and possible
patches for it.
We are programming a framework where is very important to do mappings between
(1) the API and (2) the drivers layers.
We try to make our code available to both
Medardo Rodriguez added the comment:
Josh Rosenberg, you are right, it's a duplication. Sorry I didn't find the
issue #12029 before.
--
___
Python tracker
<http://bugs.python.o
Jonatan Yucra Rodriguez added the comment:
I would like to take this issue.
--
nosy: +jonyucra
___
Python tracker
<https://bugs.python.org/issue36189>
___
___
Change by Jonatan Yucra Rodriguez :
--
keywords: +patch
pull_requests: +13004
stage: needs patch -> patch review
___
Python tracker
<https://bugs.python.org/issu
11 matches
Mail list logo