[issue19928] Implement cell repr test

2013-12-11 Thread Serhiy Storchaka

Serhiy Storchaka added the comment:

Thank you Zachary.

--

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



[issue19928] Implement cell repr test

2013-12-10 Thread Roundup Robot

Roundup Robot added the comment:

New changeset d98c5806c33c by Serhiy Storchaka in branch '2.7':
Issue #19928: Implemented a test for repr() of cell objects.
http://hg.python.org/cpython/rev/d98c5806c33c

New changeset 49eb895be796 by Serhiy Storchaka in branch '3.3':
Issue #19928: Implemented a test for repr() of cell objects.
http://hg.python.org/cpython/rev/49eb895be796

New changeset af9f3d737d4a by Serhiy Storchaka in branch 'default':
Issue #19928: Implemented a test for repr() of cell objects.
http://hg.python.org/cpython/rev/af9f3d737d4a

--
nosy: +python-dev

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



[issue19928] Implement cell repr test

2013-12-10 Thread Serhiy Storchaka

Changes by Serhiy Storchaka storch...@gmail.com:


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

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



[issue19928] Implement cell repr test

2013-12-10 Thread Roundup Robot

Roundup Robot added the comment:

New changeset 21a9abf6d428 by Zachary Ware in branch '2.7':
Issue #19928: Fix test on Windows
http://hg.python.org/cpython/rev/21a9abf6d428

New changeset a0f9f0778ce3 by Zachary Ware in branch '3.3':
Issue #19928: Fix test on Windows
http://hg.python.org/cpython/rev/a0f9f0778ce3

New changeset eb0622dc8376 by Zachary Ware in branch 'default':
Issue #19928: Fix test on Windows
http://hg.python.org/cpython/rev/eb0622dc8376

--

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



[issue19928] Implement cell repr test

2013-12-10 Thread Zachary Ware

Zachary Ware added the comment:

This was failing the Windows buildbots; the object addresses have capital 
letters instead of lower case.  I'm sorry, I should have caught that at review.

--

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



[issue19928] Implement cell repr test

2013-12-09 Thread Zachary Ware

Zachary Ware added the comment:

Left a comment on Rietveld; mostly LGTM.

--

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



[issue19928] Implement cell repr test

2013-12-08 Thread Serhiy Storchaka

New submission from Serhiy Storchaka:

Repr test for cell is empty. Proposed patch implements it.

--
components: Tests
files: test_cell_repr.patch
keywords: patch
messages: 205528
nosy: serhiy.storchaka, zach.ware
priority: normal
severity: normal
stage: patch review
status: open
title: Implement cell repr test
type: enhancement
versions: Python 2.7, Python 3.3, Python 3.4
Added file: http://bugs.python.org/file33039/test_cell_repr.patch

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