Skip to content

Commit 5c88771

Browse files
committed
Merge pull request #4349 from cpcloud/add-urlerror-info
DOC: correct release notes version
2 parents c722914 + 6e8594f commit 5c88771

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

doc/source/release.rst

+3-2
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ pandas 0.13
3535

3636
**Improvements to existing features**
3737

38+
- ``read_html`` now raises a ``URLError`` instead of catching and raising a
39+
``ValueError`` (:issue:`4303`, :issue:`4305`)
40+
3841
**API Changes**
3942

4043
**Experimental Features**
@@ -128,8 +131,6 @@ pandas 0.12
128131
of the default datetime.min and datetime.max (respectively), thanks @SleepingPills
129132
- ``read_html`` now raises when no tables are found and BeautifulSoup==4.2.0
130133
is detected (:issue:`4214`)
131-
- ``read_html`` now raises a ``URLError`` instead of catching and raising a
132-
``ValueError`` (:issue:`4303`, :issue:`4305`)
133134

134135
**API Changes**
135136

doc/source/v0.12.0.txt

-2
Original file line numberDiff line numberDiff line change
@@ -348,8 +348,6 @@ Other Enhancements
348348
- ``read_html`` now raises when no tables are found and BeautifulSoup==4.2.0
349349
is detected (:issue:`4214`)
350350

351-
- ``read_html`` now raises a ``URLError`` instead of catching and raising a
352-
``ValueError`` (:issue:`4303`, :issue:`4305`)
353351

354352
Experimental Features
355353
~~~~~~~~~~~~~~~~~~~~~

doc/source/v0.13.0.txt

+3
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ API changes
1212
Enhancements
1313
~~~~~~~~~~~~
1414

15+
- ``read_html`` now raises a ``URLError`` instead of catching and raising a
16+
``ValueError`` (:issue:`4303`, :issue:`4305`)
17+
1518
Bug Fixes
1619
~~~~~~~~~
1720

0 commit comments

Comments
 (0)