Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix chat.py example #12070

Merged
merged 6 commits into from
Feb 1, 2024
Merged

Commits on Dec 30, 2023

  1. Fix chat.py example

    Apparently, twisted changed the behavior in that
    the library now expects byte arrays rather than
    strings.
    Also, Python3 replaced the dict method iteritems()
    with items()
    ReneNyffenegger committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    1206d79 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c59c93e View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

  1. Add release notes

    adiroiban committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    9e093f5 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. Configuration menu
    Copy the full SHA
    130ffb7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9fb1257 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. Configuration menu
    Copy the full SHA
    d05599b View commit details
    Browse the repository at this point in the history