Skip to content

Commit 64e01ad

Browse files
committed
documentation, fix #121
1 parent 7f77f6f commit 64e01ad

4 files changed

Lines changed: 7 additions & 6 deletions

File tree

CHANGES

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
Change log
22
==========
33

4-
1.9.99 (2012-10-10)
4+
1.9.99 (2012-10-25)
55
-------------------
66

7-
- Python 3.8
7+
- Python 3.8 wheels added, 3.6 and 3.5 dropped
88
- Datatypes checks and unit test, fix #91, #120
9-
- Connection info request when disconnected does not open the connection
9+
- Connection info request when disconnected, does not open the connection any more
1010
- Connection and RFM call parameters check
1111
- Connection call and RFM parameters errors unit test
12+
- Unit tests consolidation
13+
- Documentation, fix #121
1214

1315
1.9.98 (2019-10-09)
1416
-------------------

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ Connecting ... 10.0.0.1
128128
>>>conn.alive
129129
True
130130
```
131+
131132
See also the the [pyrfc documentation](http://sap.github.io/PyRFC),
132133
complementing _SAP NW RFC SDK_ [documentation](https://support.sap.com/nwrfcsdk).
133134

doc/pyrfc.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Connection
2929

3030
.. autoattribute:: options.rstrip
3131
.. autoattribute:: options.return_import_params
32-
.. automethod:: call(func_name, params)
32+
.. automethod:: call(func_name, options, params)
3333
.. automethod:: close()
3434
.. automethod:: confirm_unit(unit)
3535
.. automethod:: destroy_unit(unit)

setup.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,6 @@ def _read(name):
149149
"Programming Language :: Cython",
150150
"Programming Language :: Python",
151151
"Programming Language :: Python :: 2.7",
152-
"Programming Language :: Python :: 3.5",
153-
"Programming Language :: Python :: 3.6",
154152
"Programming Language :: Python :: 3.7",
155153
"Programming Language :: Python :: 3.8",
156154
"Topic :: Software Development :: Libraries :: Python Modules",

0 commit comments

Comments
 (0)