I'm using the listings package with this \begin command:
\begin{lstlisting}[
language=Python,
caption={Simple Python Program},
]
This yields a nice code listing with a caption like "Listing 1 Simple Python Program". Is there a way to change the caption and have something like "Listing 1-1 Simple Python Program" in which the 1-1 is the combination of the section number and the subsection number?
Any hint will be greatly appreciated!
