We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 474abec commit 839d17dCopy full SHA for 839d17d
serial_asyncio/__init__.py
@@ -1,14 +1,14 @@
1
#!/usr/bin/env python3
2
# -*- coding: utf-8 -*-
3
#
4
-# Experimental implementation of asyncio support.
+# Implementation of asyncio support.
5
6
# This file is part of pySerial. https://github.com/pyserial/pyserial-asyncio
7
# (C) 2015-2020 pySerial-team
8
9
# SPDX-License-Identifier: BSD-3-Clause
10
"""\
11
-Support asyncio with serial ports. EXPERIMENTAL
+Support asyncio with serial ports.
12
13
Posix platforms only, Python 3.5+ only.
14
0 commit comments