Skip to content

Commit 9ac0544

Browse files
authored
Merge pull request #186 from scrapy/2.0.0-changelog-review
Minor language and format suggestions
2 parents ae85f33 + e5001eb commit 9ac0544

File tree

1 file changed

+14
-12
lines changed

1 file changed

+14
-12
lines changed

NEWS

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,18 @@ Backwards incompatible changes:
88

99
- Python 2 is no longer supported; Python 3.6+ is required now (#168, #175).
1010
- :func:`w3lib.url.safe_url_string` and :func:`w3lib.url.canonicalize_url`
11-
no longer convert "%23" to "#" when it appears in URl path. This is a bug
12-
fix. It's listed as a backwards incomatible change because in some
13-
cases :func:`w3lib.url.canonicalize_url` output is going to change,
14-
and so, if this output is used to generate URL fingerprints, fingerprints
15-
might be incompatible with those created with the previous w3lib versions
11+
no longer convert "%23" to "#" when it appears in the URL path. This is a bug
12+
fix. It's listed as a backward-incomatible change because in some cases the
13+
output of :func:`w3lib.url.canonicalize_url` is going to change, and so, if
14+
this output is used to generate URL fingerprints, new fingerprints might be
15+
incompatible with those created with the previous w3lib versions
1616
(#141).
1717

1818
Deprecation removals (#169):
1919

20-
- ``w3lib.form`` module is removed.
21-
- ``w3lib.html.remove_entities`` function is removed.
22-
- ``w3lib.url.urljoin_rfc`` function is removed.
20+
- The ``w3lib.form`` module is removed.
21+
- The ``w3lib.html.remove_entities`` function is removed.
22+
- The ``w3lib.url.urljoin_rfc`` function is removed.
2323

2424
The following functions are deprecated, and will be removed in future releases
2525
(#170):
@@ -36,10 +36,12 @@ Other improvements and bug fixes:
3636
``http-equiv`` is written after ``content`` (#179).
3737
- Fixed :func:`w3lib.url.safe_url_string` for IDNA domains with ports (#174).
3838
- :func:`w3lib.url.url_query_cleaner` no longer adds an unneeded ``#`` when
39-
``keep_fragments=True`` is passed, and URL doesn't have a fragment (#159).
40-
- Removed a workaround for ancient pathname2url bug (#142)
41-
- CI is migrated to Github Actions (#166, #177); other CI improvements (#160, #182).
42-
- Code is formatted using black (#173)
39+
``keep_fragments=True`` is passed, and the URL doesn't have a fragment
40+
(#159).
41+
- Removed a workaround for an ancient pathname2url bug (#142)
42+
- CI is migrated to GitHub Actions (#166, #177); other CI improvements (#160,
43+
#182).
44+
- The code is formatted using black (#173).
4345

4446
1.22.0 (2020-05-13)
4547
-------------------

0 commit comments

Comments
 (0)