File: v2.26.1.rst

package info (click to toggle)
python-boto 2.49.0-4.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 9,888 kB
  • sloc: python: 86,396; makefile: 112
file content (14 lines) | stat: -rw-r--r-- 321 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
boto v2.26.1
============

:date: 2014/03/03

This release fixes an issue with the newly-added ``boto.rds2`` module when
trying to use ``boto.connect_rds2``. Parameters were not being passed correctly,
which would cause an immediate error.


Changes
-------

* Fixed ``boto.connect_rds2`` to use kwargs. (:sha:`3828ece`)