File tree 3 files changed +6
-4
lines changed
3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,9 @@ pandas 0.13
35
35
36
36
**Improvements to existing features **
37
37
38
+ - ``read_html `` now raises a ``URLError `` instead of catching and raising a
39
+ ``ValueError `` (:issue: `4303 `, :issue: `4305 `)
40
+
38
41
**API Changes **
39
42
40
43
**Experimental Features **
@@ -128,8 +131,6 @@ pandas 0.12
128
131
of the default datetime.min and datetime.max (respectively), thanks @SleepingPills
129
132
- ``read_html `` now raises when no tables are found and BeautifulSoup==4.2.0
130
133
is detected (:issue: `4214 `)
131
- - ``read_html `` now raises a ``URLError `` instead of catching and raising a
132
- ``ValueError `` (:issue: `4303 `, :issue: `4305 `)
133
134
134
135
**API Changes **
135
136
Original file line number Diff line number Diff line change @@ -348,8 +348,6 @@ Other Enhancements
348
348
- ``read_html`` now raises when no tables are found and BeautifulSoup==4.2.0
349
349
is detected (:issue:`4214`)
350
350
351
- - ``read_html`` now raises a ``URLError`` instead of catching and raising a
352
- ``ValueError`` (:issue:`4303`, :issue:`4305`)
353
351
354
352
Experimental Features
355
353
~~~~~~~~~~~~~~~~~~~~~
Original file line number Diff line number Diff line change @@ -12,6 +12,9 @@ API changes
12
12
Enhancements
13
13
~~~~~~~~~~~~
14
14
15
+ - ``read_html`` now raises a ``URLError`` instead of catching and raising a
16
+ ``ValueError`` (:issue:`4303`, :issue:`4305`)
17
+
15
18
Bug Fixes
16
19
~~~~~~~~~
17
20
You can’t perform that action at this time.
0 commit comments