[issue17122] Fix and cleanup test_functools

2013-02-06 Thread Serhiy Storchaka

Changes by Serhiy Storchaka :


--
resolution:  -> fixed
stage: patch review -> committed/rejected
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue17122] Fix and cleanup test_functools

2013-02-05 Thread Roundup Robot

Roundup Robot added the comment:

New changeset 2a369c32f1f1 by Serhiy Storchaka in branch 'default':
Issue #17122: Fix and cleanup test_functools.py.
http://hg.python.org/cpython/rev/2a369c32f1f1

--
nosy: +python-dev

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue17122] Fix and cleanup test_functools

2013-02-04 Thread Serhiy Storchaka

New submission from Serhiy Storchaka:

Since changeset fcfaca024160 (issue12428) subclassing of partial actually is 
not tested (subclassed partial overwritten in setUp() method). The proposed 
patch fixes this and some other minor issues and cleanup the code.

--
assignee: serhiy.storchaka
components: Tests
files: test_functools.diff
keywords: patch
messages: 181319
nosy: pitrou, serhiy.storchaka, zach.ware
priority: normal
severity: normal
stage: patch review
status: open
title: Fix and cleanup test_functools
type: behavior
versions: Python 3.4
Added file: http://bugs.python.org/file28952/test_functools.diff

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com