George Yoshida added the comment:
> Under 2.6, there's another failure:
As for 2.6/2.7 issues, changing 'assertListEqual' to 'assertEqual' should
suffice.
--
keywords: +patch
nosy: +quiver
Added file: http://bugs.p
George Yoshida added the comment:
test_initgroups fails only if the test is invoked by a root and
the user is assigned to only one group.
If I understand test_initgroups correctly, it
(1)looks for an unused gid,
(2)inits process user's group with that gid,
(3)checks if initgroups w
Changes by George Yoshida :
Removed file: http://bugs.python.org/file18498/test_setgroups.diff
___
Python tracker
<http://bugs.python.org/issue9581>
___
___
Python-bug
Changes by George Yoshida :
Added file: http://bugs.python.org/file18499/test_setgroups.diff
___
Python tracker
<http://bugs.python.org/issue9581>
___
___
Python-bug
George Yoshida added the comment:
> FAIL: test_setgroups (test.test_posix.PosixGroupsTester)
> --
> Traceback (most recent call last):
> File "/home/antoine/py3k/__svn__/Lib/test/test_posix.py", line 428
Changes by George Yoshida :
Added file: http://bugs.python.org/file18500/py3k.diff
___
Python tracker
<http://bugs.python.org/issue9581>
___
___
Python-bugs-list mailin
New submission from George Yoshida :
Download page for 2.5.3 documantation is not ready.
---
Go to Documentation top page:
http://docs.python.org/
click "Previous versions"
click "Python 2.5.3"
click "Download all these documents"
But this URL, http://www
New submission from George Yoshida:
In the following sentence:
http://docs.python.org/3.3/library/ctypes.html
> 16.17.1.19. Surprises
> There are some edges in ctypes where you may be expect something else than
> what actually happens.
"you may be expect" should r
New submission from George Yoshida:
Documentation defines os.wait3 function as :
> os.wait3([options])
but, this argument is required(no default options are set), so
> os.wait3(options)
is the correct definition.
http://docs.python.org/3.3/library/os.html#os.wait3
--
assignee
New submission from George Yoshida :
In "What's new in 2.6" PEP 343 section, the following sentence lacks a
closing parenthesis:
> The expression is evaluated, and it should result in an object that
supports the context management protocol (that is, has __enter__() and
__exit
New submission from George Yoshida :
In py3k interpreter, every time you hit enter,
refcount is incremented one by one.
It looks like r70823 is the culprit.
(tested with py3k:70823 and release30-maint:70831)
Python 3.1a1+ (py3k:70823, Apr 2 2009, 10:21:55)
[GCC 4.3.2] on linux2
Type "
George Yoshida added the comment:
> The example ... has *2* typos
I guess the reporter wants to point out
- extra parenthesis(fixed in r71544)
- closing quote is missing for authkey argument
--
nosy: +quiver
status: closed -> open
___
12 matches
Mail list logo