File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Change 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
13151.9.98 (2019-10-09)
1416-------------------
Original file line number Diff line number Diff line change @@ -128,6 +128,7 @@ Connecting ... 10.0.0.1
128128>> > conn.alive
129129True
130130```
131+
131132See also the the [ pyrfc documentation] ( http://sap.github.io/PyRFC ) ,
132133complementing _ SAP NW RFC SDK_ [ documentation] ( https://support.sap.com/nwrfcsdk ) .
133134
Original file line number Diff line number Diff 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)
Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments