[issue23584] test_doctest lineendings fails in verbose mode

2018-09-24 Thread Karthikeyan Singaravelan


Karthikeyan Singaravelan  added the comment:

Thanks for the patch. As part of triaging I am closing this as fixed since the 
patch was applied with the below commits except for 3.4 branch : 

09a08de363cbe18a87392e1c2ebf0ac1f414592c (3.5)
c747e5564f0315357a3e7d2f580c6d1c8a3b4ab8 (2.7)

Thanks

--
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

___
Python tracker 

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



[issue23584] test_doctest lineendings fails in verbose mode

2018-09-22 Thread Karthikeyan Singaravelan


Karthikeyan Singaravelan  added the comment:

Thanks for the patch. It seems this was fixed with 
09a08de363cbe18a87392e1c2ebf0ac1f414592c (3.x) and 
c747e5564f0315357a3e7d2f580c6d1c8a3b4ab8 (2.7) by applying the code suggested 
in the patch. Can this be closed?

Thanks

--
nosy: +xtreak

___
Python tracker 

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



[issue23584] test_doctest lineendings fails in verbose mode

2015-03-07 Thread Ezio Melotti

Changes by Ezio Melotti ezio.melo...@gmail.com:


--
nosy: +ezio.melotti
stage:  - patch review
type:  - behavior
versions: +Python 3.5

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



[issue23584] test_doctest lineendings fails in verbose mode

2015-03-04 Thread John Beck

New submission from John Beck:

Issue 8473 fixed a problem with lineendings in test_doctest, but it
appears not to work in verbose mode.  Adding verbose=False to the
doctest.testfile() invocations in test_lineendings() fixes this.
Attaching a patch to fix this for both 2.7 and 3.4.

--
components: Tests
files: new.patch
keywords: patch
messages: 237191
nosy: jbeck
priority: normal
severity: normal
status: open
title: test_doctest lineendings fails in verbose mode
versions: Python 2.7, Python 3.4
Added file: http://bugs.python.org/file38331/new.patch

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