Skip to content

Commit a318bb6

Browse files
committed
fixups
1 parent 8ce9218 commit a318bb6

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

doc/source/whatsnew/v0.16.1.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ Index Representation
8484
~~~~~~~~~~~~~~~~~~~~
8585

8686
The string representation of ``Index`` and its sub-classes have now been unified. These are all uniform in their output
87-
formats, except for ``MultiIndex``, which has a multi-line repr. The display width now responds to the option ``display.max_seq_len``,
88-
which is now defaulted to 10 (previously was 100).
87+
formats, except for ``MultiIndex``, which has a multi-line repr. The display width responds to the option ``display.max_seq_len``,
88+
which is now defaulted to 10 (previously was 100). (:issue:`6482`)
8989

9090
Previous Behavior
9191

pandas/tests/test_index.py

-3
Original file line numberDiff line numberDiff line change
@@ -2064,9 +2064,6 @@ def test_slice_keep_name(self):
20642064

20652065
class DatetimeLike(Base):
20662066

2067-
def test_repr_roundtrip(self):
2068-
raise nose.SkipTest("Short reprs are not supported repr for Datetimelike indexes")
2069-
20702067
def test_str(self):
20712068

20722069
# test the string repr

0 commit comments

Comments
 (0)