Manuel Kaufmann added the comment:
We are having a similar issue in python-docs-es translation.
cpython/Doc/library/ctypes.rst:: WARNING: inconsistent term references in
translated message. original: [], translated: [':ref:`evento de auditorÃa
`']
https://travis-ci.org/github/pyt
New submission from Manuel Kaufmann:
The `venv` module has a bug in the command to activate it on Windows.
In 3.3 and 3.4 the bar used is wrong: `/` instead `\`
* https://docs.python.org/3.4/library/venv.html#creating-virtual-environments
* https://docs.python.org/3.3/library/venv.html
Manuel Kaufmann added the comment:
I deleted this function and I renamed the class _Timer to Timer. I
attached the patch
--
keywords: +patch
nosy: +humitos
Added file: http://bugs.python.org/file14831/threading.Issue.5831.patch
___
Python tracker
Manuel Kaufmann added the comment:
I think it isn't a problem / bug, rather than it's a protection method
to don't execute this test or cgi stuff with root user.
In the middle, it change a userid to 'nobody', then if you are logged in
as root, it can change the useri
Manuel Kaufmann added the comment:
I downloaded py3k branch and ran the tests with a regular user. All test
pass OK.
SVN Revision: 70469
--
nosy: +humitos
Added file: http://bugs.python.org/file13400/httpservers_test
___
Python tracker
<h
Manuel Kaufmann <[EMAIL PROTECTED]> added the comment:
This bug was reported on Python 2.5 version and was applied on 2.6
branch. That's correct?
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.
Manuel Kaufmann <[EMAIL PROTECTED]> added the comment:
I fixed this error, I attach the patch.
--
keywords: +patch
nosy: +humitos
Added file: http://bugs.python.org/file10681/libsubprocess.diff
___
Python tracker <[EMAIL PROTECTE
Manuel Kaufmann <[EMAIL PROTECTED]> added the comment:
I have the same error with the re.LOCALE flag...
[humitos] [~]$ python3.0
Python 3.0a5+ (py3k:63855, Jun 1 2008, 13:05:09)
[GCC 4.1.3 20080114 (prerelease) (Debian 4.1.2-19)] on linux2
Type "help", "copyright",
Manuel Kaufmann <[EMAIL PROTECTED]> added the comment:
Documentation fix.
Added file: http://bugs.python.org/file10464/pprint.rst.diff
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.pytho
Manuel Kaufmann <[EMAIL PROTECTED]> added the comment:
If the correct way is the first option, we can use this
patch to solve that error.
I attached diff file. I use Lib/test/test_pprint.py to
ensure that's works.
--
keywords: +patch
nosy: +humitos
Added file: http://bugs
New submission from Manuel Kaufmann <[EMAIL PROTECTED]>:
I found a more Enter
--
assignee: georg.brandl
components: Documentation
files: unittest.diff
keywords: patch
messages: 66214
nosy: georg.brandl, humitos
severity: normal
status: open
title: Little error in unittest documen
New submission from Manuel Kaufmann <[EMAIL PROTECTED]>:
I found a link error in section "What's New in Python 2.6" to Trac
project.
I attach the patch file
--
assignee: georg.brandl
components: Documentation
files: patch.diff
keywords: patch
messages: 660
Manuel Kaufmann added the comment:
I tested the patch and I found an error. It was missing a line "if
call:" in the unlock function. I added it, and tested again with the
ex.py example and it didn't found any threads locked at the same time.
--
nosy: +humitos
A
Manuel Kaufmann added the comment:
I tested the patch and works very well. I modified "Misc/NEWS" file
beacuse the change wasn't reported and I uploaded diff file
(NEWS.diff).
--
nosy: +humitos
Added file: http://bugs.python.org/fil
14 matches
Mail list logo