remove Message.Version

This commit is contained in:
Mike Fährmann
2025-12-05 22:09:21 +01:00
parent 968597a302
commit d1de48e7b2
5 changed files with 18 additions and 18 deletions

View File

@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
# Copyright 2015-2021 Mike Fährmann
# Copyright 2015-2025 Mike Fährmann
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2 as
@@ -14,7 +14,7 @@ class Message():
is one of the following identifiers. This message-identifier determines
the type and meaning of the other elements in such a tuple.
- Message.Version:
- Message.Version: # obsolete
- Message protocol version (currently always '1')
- 2nd element specifies the version of all following messages as integer
@@ -46,7 +46,7 @@ class Message():
- The additional URLs serve as a fallback if the primary one fails
"""
Version = 1
# Version = 1
Directory = 2
Url = 3
# Headers = 4