remove Message.Version
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user