Giter VIP home page Giter VIP logo

Comments (4)

mehaase avatar mehaase commented on July 22, 2024

I guess this is the inline flag: meta(?x). But I can't see where this is coming from. If I copy and paste the relevant code into a new file, then the DeprecationWarning goes awa.

from w3lib.

exic avatar exic commented on July 22, 2024

I also get those with Python 3.7.0:

[...]lib/python3.7/site-packages/scrapy/utils/datatypes.py:11: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
    from collections import OrderedDict, Mapping

[...]lib/python3.7/site-packages/lxml/html/_setmixin.py:1: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
    from collections import MutableSet

[...]lib/python3.7/site-packages/scrapy/item.py:8: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
    from collections import MutableMapping

from w3lib.

immerrr avatar immerrr commented on July 22, 2024

@exic your deprecation warnings are different, they are about importing abstract base classes (ABCs) that previously lived in collections and now reside in collections.abc and are scheduled to be removed from their old place in Python 3.8.

Also, curiously, please note that none of those warnings you have shown relates to w3lib: two are from scrapy and one is from lxml.

from w3lib.

Gallaecio avatar Gallaecio commented on July 22, 2024

Fixed in e034ba5

from w3lib.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.