Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

msgpack.version gives attribute error #516

Copy link
Copy link
Closed
@aqeelat

Description

@aqeelat
Issue body actions

#498 introduces a very weird behavior:

If I have:

  • msgpack==1.0.3
>>> import msgpack
>>> msgpack.version
(1, 0, 3)

If I have:

  • msgpack==1.0.4
>>> import msgpack
>>> msgpack.version
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
AttributeError: module 'msgpack' has no attribute 'version'

but if I have:

  • msgpack==1.0.4
  • msgpack-python==0.5.6
>>> import msgpack
>>> msgpack.version
(1, 0, 4)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.